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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?歟??娃 | 00111111100111110110001000111111001111111000100010100001 | 3f9f623f3f88a1 |
EUC-JP | ?歟??娃 | 00111111110111011100001100111111001111111011000010100011 | 3fddc33f3fb0a3 |
UTF-8 | 行歟蓮轢娃 | 111011111010100010001000111001101010110110011111111011111010011010011001111011111010011010001101111001011010100010000011 | efa888e6ad9fefa699efa68de5a883 |
UHC | 行歟蓮轢娃 | 11111010101000011110011010100010111001101110010111100110101111001110100011011111 | faa1e6a2e6e5e6bce8df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)