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 | 貞?┗助?訂 | 10010010111001010011111110000100101011111000111110010101001111111001001011111001 | 92e53f84af8f953f92f9 |
EUC-JP | 貞?┗助?訂 | 11000100111001110011111110101000101100011011110111110101001111111100010011111011 | c4e73fa8b1bdf53fc4fb |
UTF-8 | 貞흐┗助렞訂 | 111010001011001010011110111011011001110110010000111000101001010010010111111001011000101010101001111010111010000010011110111010001010100010000010 | e8b29eed9d90e29497e58aa9eba09ee8a882 |
UHC | 貞흐┗助렞訂 | 111011111111011011001000111001011010011010110001111100001011111010001110101011111110111111110100 | eff6c8e5a6b1f0be8eafeff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)