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 | ?盒?喪?二 | 001111111110000110110100001111111001000101110010001111111001001111110001 | 3fe1b43f91723f93f1 |
EUC-JP | ?盒?喪?二 | 001111111110001010110110001111111100000111010011001111111100011011110011 | 3fe2b63fc1d33fc6f3 |
UTF-8 | 뤯盒쭗喪렒二 | 111010111010010010101111111001111001101110010010111011001010110110010111111001011001011010101010111010111010000010010010111001001011101010001100 | eba4afe79b92ecad97e596aaeba092e4ba8c |
UHC | 뤯盒쭗喪렒二 | 100011111101110111111001111011001010011110001111110111111100001110001110101001111110110010100011 | 8fddf9eca78fdfc38ea7eca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)