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 | 冶??揖?Ⅴ | 100101101110100000111111001111111001011101001011001111111000011101011000 | 96e83f3f974b3f8758 |
EUC-JP | 冶??揖?? | 1100110011101010001111110011111111001101101011000011111100111111 | ccea3f3fcdac3f3f |
UTF-8 | 冶싲떼揖뱄Ⅴ | 111001011000011010110110111011001000101110110010111010111001011010111100111001101000111110010110111010111011000110000100111000101000010110100100 | e586b6ec8bb2eb96bce68f96ebb184e285a4 |
UHC | 冶싲떼揖뱄Ⅴ | 111001011010011110011010111010111011011010111100111010111110011110111001111011111010010110110100 | e5a79aebb6bcebe7b9efa5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)