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 | 贈息臓達 | 1001000110100001100100011010011110010001100111111001001001000010 | 91a191a7919f9242 |
EUC-JP | 贈息臓達 | 1100001010100011110000101010100111000010101000011100001110100011 | c2a3c2a9c2a1c3a3 |
UTF-8 | 贈息臓達 | 111010001011010010001000111001101000000110101111111010001000011110010011111010011000000110010100 | e8b488e681afe88793e98194 |
UHC | 贈息?達 | 11110001111111001110001111010011001111111101001110111001 | f1fce3d33fd3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)