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 | NU²D\ | 100100100100111010010010010101011001000110110010100100100100010010010001100111111001001001011100 | 924e925591b29244919f925c |
SJIS-WIN | ?N?U???D???\ | 001111110100111000111111010101010011111100111111001111110100010000111111001111110011111101011100 | 3f4e3f553f3f3f443f3f3f5c |
EUC-JP | ?N?U???D???\ | 001111110100111000111111010101010011111100111111001111110100010000111111001111110011111101011100 | 3f4e3f553f3f3f443f3f3f5c |
UTF-8 | NU²D\ | 1100001010010010010011101100001010010010010101011100001010010001110000101011001011000010100100100100010011000010100100011100001010011111110000101001001001011100 | c2924ec29255c291c2b2c29244c291c29fc2925c |
UHC | ?N?U?²?D???\ | 00111111010011100011111101010101001111111010100111110111001111110100010000111111001111110011111101011100 | 3f4e3f553fa9f73f443f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)