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 | 塋ゅ?弱? | 1001101011001000100000101110001100111111100011101110001100111111 | 9ac882e33f8ee33f |
EUC-JP | 塋ゅ?弱? | 1101010011001010101001001110010100111111101111001110010100111111 | d4caa4e53fbce53f |
UTF-8 | 塋ゅ숱弱둆 | 111001011010000110001011111000111000001010000101111011001000100010110001111001011011110010110001111010111001000110000110 | e5a18be38285ec88b1e5bcb1eb9186 |
UHC | 塋ゅ숱弱둆 | 11100111101010111010101011100101101111011010001011100101101100001000101001000010 | e7abaae5bda2e5b08a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)