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 | 綬??娥 | 100011101111100000111111001111111001101101001101 | 8ef83f3f9b4d |
EUC-JP | 綬??娥 | 101111001111101000111111001111111101010110101110 | bcfa3f3fd5ae |
UTF-8 | 綬뤹덯娥 | 111001111011011010101100111010111010010010111001111010111000110110101111111001011010100010100101 | e7b6aceba4b9eb8dafe5a8a5 |
UHC | 綬뤹덯娥 | 1110001010111000100011111110011110001001010001101110010010110000 | e2b88fe78946e4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)