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 | 悉鳧室 | 1111000111110110100011101011101111101001111010001000111010111010 | f1f68ebbe9e88eba |
EUC-JP | ?悉鳧室 | 00111111101111001011110111110010111010101011110010111100 | 3fbcbdf2eabcbc |
UTF-8 | 悉鳧室 | 111011101000010110110001111001101000001010001001111010011011001110100111111001011010111010100100 | ee85b1e68289e9b3a7e5aea4 |
UHC | ?悉鳧室 | 00111111111000111111101011011101110000001110001111111000 | 3fe3faddc0e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)