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 | 壕嶝???? | 1000110110001000100110111101000100111111001111110011111100111111 | 8d889bd13f3f3f3f |
EUC-JP | 壕嶝???? | 1011100111101000110101101101001100111111001111110011111100111111 | b9e8d6d33f3f3f3f |
UTF-8 | 壕嶝렱비렰렟 | 111001011010001110010101111001011011011010011101111010111010000010110001111010111011100110000100111010111010000010110000111010111010000010011111 | e5a395e5b69deba0b1ebb984eba0b0eba09f |
UHC | 壕嶝렱비렰렟 | 111110111011110111010100111100011000111010111110101110101111000110001110101111011000111010110000 | fbbdd4f18ebebaf18ebd8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)