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 | 11100111101100101010010011101000101011001001110111100111100100101011110101000010 | e7b2a4e8ac9de792bd42 |
EUC-JP | 邊、隰晉朕B | 1110111010110100100011101010010011110000101011101101101011101001110001001011111101000010 | eeb48ea4f0aedae9c4bf42 |
UTF-8 | 邊、隰晉朕B | 11101001100000101000101011101111101111011010010011101001100110101011000011100110100110011000100111100110100111001001010101000010 | e9828aefbda4e99ab0e69989e69c9542 |
UHC | 邊??晉朕B | 110111001010101100111111001111111111001011001011111100101111100101000010 | dcab3f3ff2cbf2f942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)