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??\ | 001111110011111101001110001111110011111101011100 | 3f3f4e3f3f5c |
SJIS-WIN | テ」Nテ」\ | 110000111010001101001110110000111010001101011100 | c3a34ec3a35c |
EUC-JP | テ」Nテ」\ | 10001110110000111000111010100011010011101000111011000011100011101010001101011100 | 8ec38ea34e8ec38ea35c |
UTF-8 | テ」Nテ」\ | 1110111110111110100000111110111110111101101000110100111011101111101111101000001111101111101111011010001101011100 | efbe83efbda34eefbe83efbda35c |
UHC | ??N??\ | 001111110011111101001110001111110011111101011100 | 3f3f4e3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)