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 | ??竣?皓Ⅸ | 001111110011111110001111011101100011111111100001101010011000011101011100 | 3f3f8f763fe1a9875c |
EUC-JP | 岵?竣?皓? | 10001111101110111011011100111111101111011101011100111111111000101010101100111111 | 8fbbb73fbdd73fe2ab3f |
UTF-8 | 岵렔竣렍皓Ⅸ | 111001011011001010110101111010111010000010010100111001111010101110100011111010111010000010001101111001111001101010010011111000101000010110101000 | e5b2b5eba094e7aba3eba08de79a93e285a8 |
UHC | 岵렔竣렍皓Ⅸ | 111110111100000010001110101010011111000111100010100011101010001111111011110100111010010110111000 | fbc08ea9f1e28ea3fbd3a5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)