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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 舌???? | 100100001110001100111111001111110011111100111111 | 90e33f3f3f3f |
EUC-JP | 舌???? | 110000001110010100111111001111110011111100111111 | c0e53f3f3f3f |
UTF-8 | 舌렯롒렯롅 | 111010001000100010001100111010111010000010101111111010111010000110010010111010111010000010101111111010111010000110000101 | e8888ceba0afeba192eba0afeba185 |
UHC | 舌렯롒렯롅 | 11100000110111111000111010111100100011101101011110001110101111001000111011001011 | e0df8ebc8ed78ebc8ecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)