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 | 紆?葬?賓弔 | 11100010111111000011111110010001100100100011111110010101011011111001001010100010 | e2fc3f91923f956f92a2 |
EUC-JP | 紆?葬?賓弔 | 11100100111111100011111111000001111100100011111111001001110100001100010010100100 | e4fe3fc1f23fc9d0c4a4 |
UTF-8 | 紆렡葬흔賓弔 | 111001111011010010000110111010111010000010100001111010001001000110101100111011011001110110010100111010001011001110010011111001011011110010010100 | e7b486eba0a1e891aced9d94e8b393e5bc94 |
UHC | 紆렡葬흔賓弔 | 111010011110000110001110101100101110110111110111110010001110011111011110101110011111000011000000 | e9e18eb2edf7c8e7deb9f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)