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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?歟??娃? | 0011111110011111011000100011111100111111100010001010000100111111 | 3f9f623f3f88a13f |
EUC-JP | ?歟??娃? | 0011111111011101110000110011111100111111101100001010001100111111 | 3fddc33f3fb0a33f |
UTF-8 | 行歟蓮轢娃숊 | 111011111010100010001000111001101010110110011111111011111010011010011001111011111010011010001101111001011010100010000011111011001000100010001010 | efa888e6ad9fefa699efa68de5a883ec888a |
UHC | 行歟蓮轢娃숊 | 111110101010000111100110101000101110011011100101111001101011110011101000110111111001100111101110 | faa1e6a2e6e5e6bce8df99ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)