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 | ???癲?Х | 0011111100111111001111111110000110011111001111111000010001010110 | 3f3f3fe19f3f8456 |
EUC-JP | 庾??癲?Х | 10001111101111001100111000111111001111111110001010100001001111111010011110110111 | 8fbcce3f3fe2a13fa7b7 |
UTF-8 | 庾싲쳱癲잙Х | 1110010110111010101111101110110010001011101100101110110010110011101100011110011110011001101100101110110010011110100110011101000010100101 | e5babeec8bb2ecb3b1e799b2ec9e99d0a5 |
UHC | 庾싲쳱癲잙Х | 111010101110110010011010111010111010101110010100111011111010011010011111111010111010110010110111 | eaec9aebab94efa69febacb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)