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 | NV¼D»B | 100100100100111010010010010101101001000110111100100100100100010010010001101110111001001001000010 | 924e925691bc924491bb9242 |
SJIS-WIN | ?N?V???D???B | 001111110100111000111111010101100011111100111111001111110100010000111111001111110011111101000010 | 3f4e3f563f3f3f443f3f3f42 |
EUC-JP | ?N?V???D???B | 001111110100111000111111010101100011111100111111001111110100010000111111001111110011111101000010 | 3f4e3f563f3f3f443f3f3f42 |
UTF-8 | NV¼D»B | 1100001010010010010011101100001010010010010101101100001010010001110000101011110011000010100100100100010011000010100100011100001010111011110000101001001001000010 | c2924ec29256c291c2bcc29244c291c2bbc29242 |
UHC | ?N?V?¼?D???B | 00111111010011100011111101010110001111111010100011111001001111110100010000111111001111110011111101000010 | 3f4e3f563fa8f93f443f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)