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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 奪贈損 | 100100100100010010010001101000011001000110111001 | 924491a191b9 |
EUC-JP | 奪贈損 | 110000111010010111000010101000111100001010111011 | c3a5c2a3c2bb |
UTF-8 | 奪贈損 | 111001011010010110101010111010001011010010001000111001101001000010001101 | e5a5aae8b488e6908d |
UHC | 奪贈損 | 111101111010110011110001111111001110000111011111 | f7acf1fce1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)