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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 諱葛┐B | 11100110100000011000101010001011100001001010001001000010 | e6818a8b84a242 |
EUC-JP | 諱葛┐B | 11101011111000011011001111101011101010001010010001000010 | ebe1b3eba8a442 |
UTF-8 | 諱葛┐B | 11101000101010111011000111101000100100011001101111100010100101001001000001000010 | e8abb1e8919be2949042 |
UHC | 諱葛┐B | 11111101110010011100101011100111101001101010010001000010 | fdc9cae7a6a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)