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 | ??Xi??XiB | 001111110011111101011000011010010011111100111111010110000110100101000010 | 3f3f58693f3f586942 |
SJIS-WIN | ??Xi??XiB | 001111110011111101011000011010010011111100111111010110000110100101000010 | 3f3f58693f3f586942 |
EUC-JP | ??Xi??XiB | 001111110011111101011000011010010011111100111111010110000110100101000010 | 3f3f58693f3f586942 |
UTF-8 | 횂혳Xi횂혳XiB | 1110110110011010100000101110110110011000101100110101100001101001111011011001101010000010111011011001100010110011010110000110100101000010 | ed9a82ed98b35869ed9a82ed98b3586942 |
UHC | 횂혳Xi횂혳XiB | 11000011100000101100001010011010010110000110100111000011100000101100001010011010010110000110100101000010 | c382c29a5869c382c29a586942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)