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 | 郤碑ヲ問 | 11100111101110101001010011101000101001101001011011100010 | e7ba94e8a696e2 |
EUC-JP | 郤碑ヲ問 | 1110111010111100110010001110101010001110101001101100110011100100 | eebcc8ea8ea6cce4 |
UTF-8 | 郤碑ヲ問 | 111010011000001110100100111001111010001010010001111011111011110110100110111001011001010110001111 | e983a4e7a291efbda6e5958f |
UHC | ?碑?問 | 001111111101110111111000001111111101100111111101 | 3fddf83fd9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)