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 | 魍域爾蓁 | 1110100110110001100010001110011010001110101000101110010011101011 | e9b188e68ea2e4eb |
EUC-JP | 魍域爾蓁 | 1111001010110011101100001110100010111100101001001110100011101101 | f2b3b0e8bca4e8ed |
UTF-8 | 魍域爾蓁 | 111010011010110110001101111001011001111110011111111001111000100010111110111010001001001110000001 | e9ad8de59f9fe788bee89381 |
UHC | ?域爾? | 001111111110011010110100111011001011001100111111 | 3fe6b4ecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)