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 | JN·J | 10010010010010101001001001001110100100011011011110010010010010101001000110011111 | 924a924e91b7924a919f |
SJIS-WIN | ?J?N???J?? | 00111111010010100011111101001110001111110011111100111111010010100011111100111111 | 3f4a3f4e3f3f3f4a3f3f |
EUC-JP | ?J?N???J?? | 00111111010010100011111101001110001111110011111100111111010010100011111100111111 | 3f4a3f4e3f3f3f4a3f3f |
UTF-8 | JN·J | 1100001010010010010010101100001010010010010011101100001010010001110000101011011111000010100100100100101011000010100100011100001010011111 | c2924ac2924ec291c2b7c2924ac291c29f |
UHC | ?J?N?·?J?? | 0011111101001010001111110100111000111111101000011010010000111111010010100011111100111111 | 3f4a3f4e3fa1a43f4a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)