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 | 堰λ》敵 | 1000100110000001100000111100100110000001011101001001001101000111 | 898183c981749347 |
EUC-JP | 堰λ》敵 | 1011000111100001101001101100101110100001110101011100010110101000 | b1e1a6cba1d5c5a8 |
UTF-8 | 堰λ》敵 | 1110010110100000101100001100111010111011111000111000000010001011111001101001010110110101 | e5a0b0cebbe3808be695b5 |
UHC | 堰λ》敵 | 1110010111101000101001011110101110100001101101111110111011011000 | e5e8a5eba1b7eed8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)