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 | ??×??? | 001111110011111111010111001111110011111100111111 | 3f3fd73f3f3f |
SJIS-WIN | 菴?×椅?? | 111001001011110100111111100000010111111010001000110101100011111100111111 | e4bd3f817e88d63f3f |
EUC-JP | 菴?×椅?? | 111010001011111100111111101000011101111110110000110110000011111100111111 | e8bf3fa1dfb0d83f3f |
UTF-8 | 菴뀁×椅꿨럡 | 1110100010001111101101001110101110000000100000011100001110010111111001101010010010000101111010101011111110101000111010111001111110100001 | e88fb4eb8081c397e6a485eabfa8eb9fa1 |
UHC | 菴뀁×椅꿨럡 | 111001001110000010110010111011001010000110111111111010111111010110110010111001011000111010000100 | e4e0b2eca1bfebf5b2e58e84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)