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 | ìNì\ | 1110110010001001100000110100111011101100100010011000001101011100 | ec89834eec89835c |
SJIS-WIN | ???N???\ | 0011111100111111001111110100111000111111001111110011111101011100 | 3f3f3f4e3f3f3f5c |
EUC-JP | ì??Nì??\ | 100011111010101111000000001111110011111101001110100011111010101111000000001111110011111101011100 | 8fabc03f3f4e8fabc03f3f5c |
UTF-8 | ìNì\ | 1100001110101100110000101000100111000010100000110100111011000011101011001100001010001001110000101000001101011100 | c3acc289c2834ec3acc289c2835c |
UHC | ???N???\ | 0011111100111111001111110100111000111111001111110011111101011100 | 3f3f3f4e3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)