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 | 鋗辞瑤雫 | 1111101111010000100011101010101111101010101000101000111010110100 | fbd08eabeaa28eb4 |
EUC-JP | 鋗辞瑤雫 | 100011111110010011000001101111001010110111110100101001001011110010110110 | 8fe4c1bcadf4a4bcb6 |
UTF-8 | 鋗辞瑤雫 | 111010011000101110010111111010001011111010011110111001111001000110100100111010011001101110101011 | e98b97e8be9ee791a4e99bab |
UHC | ??瑤? | 0011111100111111111010001111110100111111 | 3f3fe8fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)