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 | ???^c^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
SJIS-WIN | 奪促捉^c^ | 100100100100010010010001101000111001000110101000010111100110001101011110 | 924491a391a85e635e |
EUC-JP | 奪促捉^c^ | 110000111010010111000010101001011100001010101010010111100110001101011110 | c3a5c2a5c2aa5e635e |
UTF-8 | 奪促捉^c^ | 111001011010010110101010111001001011111110000011111001101000110110001001010111100110001101011110 | e5a5aae4bf83e68d895e635e |
UHC | 奪促捉^c^ | 111101111010110011110101101101011111001110110101010111100110001101011110 | f7acf5b5f3b55e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)