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 | ?鴦頸? | 001111111110100111110001111010001111001000111111 | 3fe9f1e8f23f |
EUC-JP | ?鴦頸? | 001111111111001011110011111100001111010000111111 | 3ff2f3f0f43f |
UTF-8 | 뤙鴦頸뫙 | 111010111010010010011001111010011011010010100110111010011010000010111000111010111010101110011001 | eba499e9b4a6e9a0b8ebab99 |
UHC | 뤙鴦頸뫙 | 1000111111001000111001001110110011001100111100101011100011111101 | 8fc8e4ecccf2b8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)