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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 鉗ク闍ヲ鬯シE | 11100111111001111011100011101000100010111010011011101001101011001011110001000101 | e7e7b8e88ba6e9acbc45 |
EUC-JP | 鉗ク闍ヲ鬯シE | 11101110111010011000111010111000111011111110101110001110101001101111001010101110100011101011110001000101 | eee98eb8efeb8ea6f2ae8ebc45 |
UTF-8 | 鉗ク闍ヲ鬯シE | 11101001100010011001011111101111101111011011100011101001100101111000110111101111101111011010011011101001101011001010111111101111101111011011110001000101 | e98997efbdb8e9978defbda6e9acafefbdbc45 |
UHC | 鉗?????E | 1100110011000110001111110011111100111111001111110011111101000101 | ccc63f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)