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 | KU§AB | 1001001001001011100100100101010110010001101001110100000101000010 | 924b925591a74142 |
SJIS-WIN | ?K?U?§AB | 001111110100101100111111010101010011111110000001100110000100000101000010 | 3f4b3f553f81984142 |
EUC-JP | ?K?U?§AB | 001111110100101100111111010101010011111110100001111110000100000101000010 | 3f4b3f553fa1f84142 |
UTF-8 | KU§AB | 110000101001001001001011110000101001001001010101110000101001000111000010101001110100000101000010 | c2924bc29255c291c2a74142 |
UHC | ?K?U?§AB | 001111110100101100111111010101010011111110100001110101110100000101000010 | 3f4b3f553fa1d74142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)