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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 邊、隰晄B | 11100111101100101010010011101000101011001001110111100110111100001011110101000010 | e7b2a4e8ac9de6f0bd42 |
EUC-JP | 邊、隰晄?B | 11101110101101001000111010100100111100001010111011011010111010000011111101000010 | eeb48ea4f0aedae83f42 |
UTF-8 | 邊、隰晄B | 11101001100000101000101011101111101111011010010011101001100110101011000011100110100110011000010011101110100000011011110001000010 | e9828aefbda4e99ab0e69984ee81bc42 |
UHC | 邊??晄?B | 1101110010101011001111110011111111111100110011010011111101000010 | dcab3f3ffccd3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)