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?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | ??ゃh?? | 00111111001111111000001011100001011010000011111100111111 | 3f3f82e1683f3f |
EUC-JP | ??ゃh?? | 00111111001111111010010011100011011010000011111100111111 | 3f3fa4e3683f3f |
UTF-8 | 룵欄ゃh룵欄 | 11101011101000111011010111101111101001001001110111100011100000101000001101101000111010111010001110110101111011111010010010011101 | eba3b5efa49de3828368eba3b5efa49d |
UHC | 룵欄ゃh룵欄 | 1000111110101010110100011110110110101010111000110110100010001111101010101101000111101101 | 8faad1edaae3688faad1ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)