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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 掩??油 | 100010011000011000111111001111111001011011111011 | 89863f3f96fb |
EUC-JP | 掩??油 | 101100011110011000111111001111111100110011111101 | b1e63f3fccfd |
UTF-8 | 掩뽯뎾油 | 111001101000111010101001111010111011110110101111111010111000111010111110111001101011001010111001 | e68ea9ebbdafeb8ebee6b2b9 |
UHC | 掩뽯뎾油 | 1110010111110011100101101110101110001001100100011110101011111010 | e5f396eb8991eafa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)