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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-WIN | 秀??N | 1000111101000111001111110011111101001110 | 8f473f3f4e |
EUC-JP | 秀??N | 1011110110101000001111110011111101001110 | bda83f3f4e |
UTF-8 | 秀딀덦N | 11100111101001111000000011101011100101001000000011101011100011011010011001001110 | e7a780eb9480eb8da64e |
UHC | 秀딀덦N | 11100010101100111000101011100110100010010100000101001110 | e2b38ae689414e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)