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 | ???宰?? | 00111111001111110011111110001101110010010011111100111111 | 3f3f3f8dc93f3f |
EUC-JP | ???宰?? | 00111111001111110011111110111010110010110011111100111111 | 3f3f3fbacb3f3f |
UTF-8 | 롋렯롃宰롚롉 | 111010111010000110001011111010111010000010101111111010111010000110000011111001011010111010110000111010111010000110011010111010111010000110001001 | eba18beba0afeba183e5aeb0eba19aeba189 |
UHC | 롋렯롃宰롚롉 | 100011101101000110001110101111001000111011001010111011101010010110001110110111101000111011001111 | 8ed18ebc8ecaeea58ede8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)