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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?忽?喪?二 | 001111111000110110011010001111111001000101110010001111111001001111110001 | 3f8d9a3f91723f93f1 |
EUC-JP | ?忽?喪?二 | 001111111011100111111010001111111100000111010011001111111100011011110011 | 3fb9fa3fc1d33fc6f3 |
UTF-8 | 뤗忽쭗喪렒二 | 111010111010010010010111111001011011111110111101111011001010110110010111111001011001011010101010111010111010000010010010111001001011101010001100 | eba497e5bfbdecad97e596aaeba092e4ba8c |
UHC | 뤗忽쭗喪렒二 | 100011111100011111111011111011001010011110001111110111111100001110001110101001111110110010100011 | 8fc7fbeca78fdfc38ea7eca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)