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 | ?????吾 | 00111111001111110011111100111111001111111000110011100001 | 3f3f3f3f3f8ce1 |
EUC-JP | 濚????吾 | 100011111100100110100001001111110011111100111111001111111011100011100011 | 8fc9a13f3f3f3fb8e3 |
UTF-8 | 濚뺟끋嶪딞吾 | 111001101011111110011010111010111011101010011111111010111000000110001011111001011011011010101010111010111001010010011110111001011001000010111110 | e6bf9aebba9feb818be5b6aaeb949ee590be |
UHC | 濚뺟끋嶪딞吾 | 111001111011100110010101111001111000010110111101111001011111010110001011010000011110011111101110 | e7b995e785bde5f58b41e7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)