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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 藏???^ | 111001010101010100111111001111110011111101011110 | e5553f3f3f5e |
EUC-JP | 藏???^ | 111010011011011000111111001111110011111101011110 | e9b63f3f3f5e |
UTF-8 | 藏쇤렑렢^ | 11101000100101111000111111101100100001111010010011101011101000001001000111101011101000001010001001011110 | e8978fec87a4eba091eba0a25e |
UHC | 藏쇤렑렢^ | 111011011111101010111100111010011000111010100110100011101011001101011110 | edfabce98ea68eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)