To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 潁??潁??^ | 100111111111000100111111001111111001111111110001001111110011111101011110 | 9ff13f3f9ff13f3f5e |
EUC-JP | 潁??潁??^ | 110111101111001100111111001111111101111011110011001111110011111101011110 | def33f3fdef33f3f5e |
UTF-8 | 潁욌궢潁욌궢^ | 11100110101111011000000111101100100110101000110011101010101101101010001011100110101111011000000111101100100110101000110011101010101101101010001001011110 | e6bd81ec9a8ceab6a2e6bd81ec9a8ceab6a25e |
UHC | 潁욌궢潁욌궢^ | 11100111101110001001111011101011100000101011010111100111101110001001111011101011100000101011010101011110 | e7b89eeb82b5e7b89eeb82b55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)