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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 沮?億?¬] | 100111111001110000111111100010011010110100111111100000011100101001011101 | 9f9c3f89ad3f81ca5d |
EUC-JP | 沮?億?¬] | 110111011111110000111111101100101010111100111111101000101100110001011101 | ddfc3fb2af3fa2cc5d |
UTF-8 | 沮렫億뜹¬] | 11100110101100101010111011101011101000001010101111100101100001001000010011101011100111001011100111101111101111111010001001011101 | e6b2aeeba0abe58484eb9cb9efbfa25d |
UHC | 沮렫億뜹¬] | 1110111011000001100011101011100111100101111000101011011011100101101000011111111001011101 | eec18eb9e5e2b6e5a1fe5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)