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 | NR¯h | 100100100100111010010010010100101001000110101111100100011001111101101000 | 924e925291af919f68 |
SJIS-WIN | ?N?R????h | 001111110100111000111111010100100011111100111111001111110011111101101000 | 3f4e3f523f3f3f3f68 |
EUC-JP | ?N?R?¯??h | 0011111101001110001111110101001000111111100011111010001010110100001111110011111101101000 | 3f4e3f523f8fa2b43f3f68 |
UTF-8 | NR¯h | 110000101001001001001110110000101001001001010010110000101001000111000010101011111100001010010001110000101001111101101000 | c2924ec29252c291c2afc291c29f68 |
UHC | ?N?R????h | 001111110100111000111111010100100011111100111111001111110011111101101000 | 3f4e3f523f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)