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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ・」牾盪 | 101001011010001111100000101100011110000110111001 | a5a3e0b1e1b9 |
EUC-JP | ・」牾盪 | 1000111010100101100011101010001111100000101100111110001010111011 | 8ea58ea3e0b3e2bb |
UTF-8 | ・」牾盪 | 111011111011110110100101111011111011110110100011111001111000100110111110111001111001101110101010 | efbda5efbda3e789bee79baa |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)