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 | 髯梧「楊 | 11101001100110011000110011100110101000101001011101101011 | e9998ce6a2976b |
EUC-JP | 髯梧「楊 | 1111000111111001101110001110100010001110101000101100110111001100 | f1f9b8e88ea2cdcc |
UTF-8 | 髯梧「楊 | 111010011010101110101111111001101010001010100111111011111011110110100010111001101010010110001010 | e9abafe6a2a7efbda2e6a58a |
UHC | ?梧?楊 | 001111111110011111111100001111111110010111000101 | 3fe7fc3fe5c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)