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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痾涌鈔 | 111000010111110110010111010011111110011111100010 | e17d974fe7e2 |
EUC-JP | 痾涌鈔 | 111000011101111011001101101100001110111011100100 | e1decdb0eee4 |
UTF-8 | 痾涌鈔 | 111001111001011110111110111001101011011010001100111010011000100010010100 | e797bee6b68ce98894 |
UHC | ?涌? | 00111111111010011011111100111111 | 3fe9bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)