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 | ラ鱠ヲ | 11010111111010011110010010100110 | d7e9e4a6 |
EUC-JP | ラ鱠ヲ | 100011101101011111110010111001101000111010100110 | 8ed7f2e68ea6 |
UTF-8 | ラ鱠ヲ | 111011111011111010010111111010011011000110100000111011111011110110100110 | efbe97e9b1a0efbda6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)