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 | 庸??肄?? | 1001011101100110001111110011111111100011111001010011111100111111 | 97663f3fe3e53f3f |
EUC-JP | 庸??肄?ł | 11001101110001110011111100111111111001101110011100111111100011111010100111001000 | cdc73f3fe6e73f8fa9c8 |
UTF-8 | 庸뉖뱽肄믥ł | 1110010110111010101110001110101110001001100101101110101110110001101111011110100010000010100001001110101110101111101001011100010110000010 | e5bab8eb8996ebb1bde88284ebafa5c582 |
UHC | 庸뉖뱽肄믥ł | 111010011011110010000111111010111001001110100011111011001011110110010010111001111010100110101001 | e9bc87eb93a3ecbd92e7a9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)