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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 艶n?] | 100010011001000010000010100011100011111101011101 | 8990828e3f5d |
EUC-JP | 艶n?] | 101100011111000010100011111011100011111101011101 | b1f0a3ee3f5d |
UTF-8 | 艶n뱱] | 11101000100010011011011011101111101111011000111011101011101100011011000101011101 | e889b6efbd8eebb1b15d |
UHC | 艶n뱱] | 11100110111111011010001111101110100100111001011101011101 | e6fda3ee93975d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)