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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | 伈?h伈? | 100011111011000011010101001111110110100010001111101100001101010100111111 | 8fb0d53f688fb0d53f |
UTF-8 | 伈䄻h伈䄻 | 11100100101111001000100011100100100001001011101101101000111001001011110010001000111001001000010010111011 | e4bc88e484bb68e4bc88e484bb |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)