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 | 壓??揖?? | 1001101011011000001111110011111110010111010010110011111100111111 | 9ad83f3f974b3f3f |
EUC-JP | 壓??揖?? | 1101010011011010001111110011111111001101101011000011111100111111 | d4da3f3fcdac3f3f |
UTF-8 | 壓꾨뜄揖쇤뜮 | 111001011010001110010011111010101011111010101000111010111001110010000100111001101000111110010110111011001000011110100100111010111001110010101110 | e5a393eabea8eb9c84e68f96ec87a4eb9cae |
UHC | 壓꾨뜄揖쇤뜮 | 111001001110001010000100111010111000110110001000111010111110011110111100111010011000110110101110 | e4e284eb8d88ebe7bce98dae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)