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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 箋拷勧] | 11100010101100111000110110001001100010101010100101011101 | e2b38d898aa95d |
EUC-JP | 箋拷勧] | 11100100101101011011100111101001101101001010101101011101 | e4b5b9e9b4ab5d |
UTF-8 | 箋拷勧] | 11100111101011101000101111100110100010111011011111100101100010111010011101011101 | e7ae8be68bb7e58ba75d |
UHC | 箋拷?] | 111011111010100011001101101110000011111101011101 | efa8cdb83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)