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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 壯??畏?? | 1001101011100001001111110011111110001000110110000011111100111111 | 9ae13f3f88d83f3f |
EUC-JP | 壯??畏?? | 1101010011100011001111110011111110110000110110100011111100111111 | d4e33f3fb0da3f3f |
UTF-8 | 壯곭캙畏쇘뮵 | 111001011010001110101111111010101011001110101101111011001011101010011001111001111001010110001111111011001000011110011000111010111010111010110101 | e5a3afeab3adecba99e7958fec8798ebaeb5 |
UHC | 壯곭캙畏쇘뮵 | 111011011110000010000001111001111010111110100000111010001110011010111100111001111001001010111101 | ede081e7afa0e8e6bce792bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)