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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??ゲ◆ | 001111110011111110000011010100011000000110011111 | 3f3f8351819f |
EUC-JP | ??ゲ◆ | 001111110011111110100101101100101010001010100001 | 3f3fa5b2a2a1 |
UTF-8 | 룵퀛ゲ◆ | 111010111010001110110101111011011000000010011011111000111000001010110010111000101001011110000110 | eba3b5ed809be382b2e29786 |
UHC | 룵퀛ゲ◆ | 1000111110101010101100111000111110101011101100101010000111011111 | 8faab38fabb2a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)