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 | 紆?駭?賓弔 | 11100010111111000011111111101001011011100011111110010101011011111001001010100010 | e2fc3fe96e3f956f92a2 |
EUC-JP | 紆?駭?賓弔 | 11100100111111100011111111110001110011110011111111001001110100001100010010100100 | e4fe3ff1cf3fc9d0c4a4 |
UTF-8 | 紆렡駭흔賓弔 | 111001111011010010000110111010111010000010100001111010011010011110101101111011011001110110010100111010001011001110010011111001011011110010010100 | e7b486eba0a1e9a7aded9d94e8b393e5bc94 |
UHC | 紆렡駭흔賓弔 | 111010011110000110001110101100101111101010110100110010001110011111011110101110011111000011000000 | e9e18eb2fab4c8e7deb9f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)