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 | 隴蛾峺邏 | 1110100010101101100010011110100110011011101101101110011110110100 | e8ad89e99bb6e7b4 |
EUC-JP | 隴蛾峺邏 | 1111000010101111101100101110101111010110101110001110111010110110 | f0afb2ebd6b8eeb6 |
UTF-8 | 隴蛾峺邏 | 111010011001101010110100111010001001101110111110111001011011001110111010111010011000001010001111 | e99ab4e89bbee5b3bae9828f |
UHC | ?蛾?邏 | 001111111110010010110110001111111101010110100100 | 3fe4b63fd5a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)