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 | 寀テコ | 11111010101001111100001110111010 | faa7c3ba |
EUC-JP | 寀テコ | 10001111101110101101101110001110110000111000111010111010 | 8fbadb8ec38eba |
UTF-8 | 寀テコ | 111001011010111110000000111011111011111010000011111011111011110110111010 | e5af80efbe83efbdba |
UHC | 寀?? | 11110011111100100011111100111111 | f3f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)