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 | ????^c^ | 00111111001111110011111100111111010111100110001101011110 | 3f3f3f3f5e635e |
SJIS-WIN | 錞?迅?^c^ | 111110111101101100111111100100000111011000111111010111100110001101011110 | fbdb3f90763f5e635e |
EUC-JP | 錞?迅?^c^ | 10001111111001001101110000111111101111111101011100111111010111100110001101011110 | 8fe4dc3fbfd73f5e635e |
UTF-8 | 錞렊迅렔^c^ | 111010011000110010011110111010111010000010001010111010001011111110000101111010111010000010010100010111100110001101011110 | e98c9eeba08ae8bf85eba0945e635e |
UHC | 錞렊迅렔^c^ | 1110001011110110100011101010000111100011111101101000111010101001010111100110001101011110 | e2f68ea1e3f68ea95e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)