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 | ???餘 | 0011111100111111001111111110100101010000 | 3f3f3fe950 |
EUC-JP | ???餘 | 0011111100111111001111111111000110110001 | 3f3f3ff1b1 |
UTF-8 | 念깒껳餘 | 111011111010011010100011111010101011100110010010111010101011101110110011111010011010010010011000 | efa6a3eab992eabbb3e9a498 |
UHC | 念깒껳餘 | 1110011011110110100000111000110010000100010010111110011010101110 | e6f6838c844be6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)