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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 典?在? | 100100110101010000111111100011011101110100111111 | 93543f8ddd3f |
EUC-JP | 典?在? | 110001011011010100111111101110101101111100111111 | c5b53fbadf3f |
UTF-8 | 典렗在渴 | 111001011000010110111000111010111010000010010111111001011001110010101000111001101011100010110100 | e585b8eba097e59ca8e6b8b4 |
UHC | 典렗在渴 | 1110111011110000100011101010110011101110101001001100101011100100 | eef08eaceea4cae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)