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 | JAºK | 1001001001001010100100100100000110010001101110101001001001001011 | 924a924191ba924b |
SJIS-WIN | ?J?A???K | 0011111101001010001111110100000100111111001111110011111101001011 | 3f4a3f413f3f3f4b |
EUC-JP | ?J?A?º?K | 00111111010010100011111101000001001111111000111110100010111010110011111101001011 | 3f4a3f413f8fa2eb3f4b |
UTF-8 | JAºK | 11000010100100100100101011000010100100100100000111000010100100011100001010111010110000101001001001001011 | c2924ac29241c291c2bac2924b |
UHC | ?J?A?º?K | 001111110100101000111111010000010011111110101000101011000011111101001011 | 3f4a3f413fa8ac3f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)