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 | 紆?淫?賓弔 | 11100010111111000011111110001000111110100011111110010101011011111001001010100010 | e2fc3f88fa3f956f92a2 |
EUC-JP | 紆?淫?賓弔 | 11100100111111100011111110110000111111000011111111001001110100001100010010100100 | e4fe3fb0fc3fc9d0c4a4 |
UTF-8 | 紆렡淫꿰賓弔 | 111001111011010010000110111010111010000010100001111001101011011110101011111010101011111110110000111010001011001110010011111001011011110010010100 | e7b486eba0a1e6b7abeabfb0e8b393e5bc94 |
UHC | 紆렡淫꿰賓弔 | 111010011110000110001110101100101110101111100010101100101110011111011110101110011111000011000000 | e9e18eb2ebe2b2e7deb9f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)