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 | 張i?張?? | 100100101010001110000010100010010011111110010010101000110011111100111111 | 92a382893f92a33f3f |
EUC-JP | 張i?張?? | 110001001010010110100011111010010011111111000100101001010011111100111111 | c4a5a3e93fc4a53f3f |
UTF-8 | 張i눈張섇폀 | 111001011011110010110101111011111011110110001001111010111000100010001000111001011011110010110101111011001000010010000111111011011000111110000000 | e5bcb5efbd89eb8888e5bcb5ec8487ed8f80 |
UHC | 張i눈張섇폀 | 111011011110010110100011111010011011010010101011111011011110010110011000111001011011110010001111 | ede5a3e9b4abede598e5bc8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)