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 | NNºJ | 1001001001001110100100100100111010010001101110101001001001001010 | 924e924e91ba924a |
SJIS-WIN | ?N?N???J | 0011111101001110001111110100111000111111001111110011111101001010 | 3f4e3f4e3f3f3f4a |
EUC-JP | ?N?N?º?J | 00111111010011100011111101001110001111111000111110100010111010110011111101001010 | 3f4e3f4e3f8fa2eb3f4a |
UTF-8 | NNºJ | 11000010100100100100111011000010100100100100111011000010100100011100001010111010110000101001001001001010 | c2924ec2924ec291c2bac2924a |
UHC | ?N?N?º?J | 001111110100111000111111010011100011111110101000101011000011111101001010 | 3f4e3f4e3fa8ac3f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)