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 | 症?艤??? | 1000111111000111001111111110010001111110001111110011111100111111 | 8fc73fe47e3f3f3f |
EUC-JP | 症?艤??? | 1011111011001001001111111110011111011111001111110011111100111111 | bec93fe7df3f3f3f |
UTF-8 | 症렊艤렜卽렦 | 111001111001011110000111111010111010000010001010111010001000100110100100111010111010000010011100111001011000110110111101111010111010000010100110 | e79787eba08ae889a4eba09ce58dbdeba0a6 |
UHC | 症렊艤렜卽렦 | 111100011111100010001110101000011110101111111010100011101010111011110001111011011000111010110101 | f1f88ea1ebfa8eaef1ed8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)