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¯¸B | 100100100100111010010010010100101001000110101111100100011011100001000010 | 924e925291af91b842 |
SJIS-WIN | ?N?R????B | 001111110100111000111111010100100011111100111111001111110011111101000010 | 3f4e3f523f3f3f3f42 |
EUC-JP | ?N?R?¯?¸B | 00111111010011100011111101010010001111111000111110100010101101000011111110001111101000101011000101000010 | 3f4e3f523f8fa2b43f8fa2b142 |
UTF-8 | NR¯¸B | 110000101001001001001110110000101001001001010010110000101001000111000010101011111100001010010001110000101011100001000010 | c2924ec29252c291c2afc291c2b842 |
UHC | ?N?R???¸B | 00111111010011100011111101010010001111110011111100111111101000101010110001000010 | 3f4e3f523f3f3fa2ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)