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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壓??徇?? | 1001101011011000001111110011111110011100011011010011111100111111 | 9ad83f3f9c6d3f3f |
EUC-JP | 壓??徇?? | 1101010011011010001111110011111111010111110011100011111100111111 | d4da3f3fd7ce3f3f |
UTF-8 | 壓꾨틺徇딃쉬 | 111001011010001110010011111010101011111010101000111011011000101110111010111001011011111010000111111010111001010010000011111011001000100110101100 | e5a393eabea8ed8bbae5be87eb9483ec89ac |
UHC | 壓꾨틺徇딃쉬 | 111001001110001010000100111010111011101010100000111000101101111110001010111010011011110110101100 | e4e284ebbaa0e2df8ae9bdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)