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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 載橋?界 | 10001101110110101000101110110100001111111000101001000101 | 8dda8bb43f8a45 |
EUC-JP | 載橋?界 | 10111010110111001011011010110110001111111011001110100110 | badcb6b63fb3a6 |
UTF-8 | 載橋렜界 | 111010001011110010001001111001101010100110001011111010111010000010011100111001111001010110001100 | e8bc89e6a98beba09ce7958c |
UHC | 載橋렜界 | 1110111010110000110011101110100110001110101011101100110110100011 | eeb0cee98eaecda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)