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 | 枝?弛??? | 1000111001111101001111111001001001101111001111110011111100111111 | 8e7d3f926f3f3f3f |
EUC-JP | 枝?弛??? | 1011101111011110001111111100001111010000001111110011111100111111 | bbde3fc3d03f3f3f |
UTF-8 | 枝렕弛숄렰렠 | 111001101001111010011101111010111010000010010101111001011011110010011011111011001000100010000100111010111010000010110000111010111010000010100000 | e69e9deba095e5bc9bec8884eba0b0eba0a0 |
UHC | 枝렕弛숄렰렠 | 111100101010101110001110101010101110110010101100101111001111000110001110101111011000111010110001 | f2ab8eaaecacbcf18ebd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)