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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?盒?喪? | 00111111111000011011010000111111100100010111001000111111 | 3fe1b43f91723f |
EUC-JP | ?盒?喪? | 00111111111000101011011000111111110000011101001100111111 | 3fe2b63fc1d33f |
UTF-8 | 뤯盒쭗喪렒 | 111010111010010010101111111001111001101110010010111011001010110110010111111001011001011010101010111010111010000010010010 | eba4afe79b92ecad97e596aaeba092 |
UHC | 뤯盒쭗喪렒 | 10001111110111011111100111101100101001111000111111011111110000111000111010100111 | 8fddf9eca78fdfc38ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)