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 | 熬??裝 | 111000001001001000111111001111111110010111100100 | e0923f3fe5e4 |
EUC-JP | 熬??裝 | 110111111111001000111111001111111110101011100110 | dff23f3feae6 |
UTF-8 | 熬쀮쓥裝 | 111001111000011010101100111011001000000010101110111011001001001110100101111010001010001110011101 | e786acec80aeec93a5e8a39d |
UHC | 熬쀮쓥裝 | 1110100010100010100101111110111010011101100001101110110111111011 | e8a297ee9d86edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)