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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蘂??^ | 1110010101000001001111110011111101011110 | e5413f3f5e |
EUC-JP | 蘂??^ | 1110100110100010001111110011111101011110 | e9a23f3f5e |
UTF-8 | 蘂녕탞^ | 11101000100110001000001011101011100001011001010111101101100000111001111001011110 | e89882eb8595ed839e5e |
UHC | 蘂녕탞^ | 11100111110111101011001111100111101101011000001001011110 | e7deb3e7b5825e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)