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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 運蓑?迅? | 1000100101011110100101101010101000111111100100000111011000111111 | 895e96aa3f90763f |
EUC-JP | 運蓑?迅? | 1011000110111111110011001010110000111111101111111101011100111111 | b1bfccac3fbfd73f |
UTF-8 | 運蓑본迅렧 | 111010011000000110001011111010001001001110010001111010111011001110111000111010001011111110000101111010111010000010100111 | e9818be89391ebb3b8e8bf85eba0a7 |
UHC | 運蓑본迅렧 | 11101010101000011101111011101110101110101011101111100011111101101000111010110110 | eaa1deeebabbe3f68eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)