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 | ???G??? | 00111111001111110011111101000111001111110011111100111111 | 3f3f3f473f3f3f |
SJIS-WIN | 潁〓?G曜?? | 10011111111100011000000110101100001111110100011110010111011010100011111100111111 | 9ff181ac3f47976a3f3f |
EUC-JP | 潁〓?G曜?? | 11011110111100111010001010101110001111110100011111001101110010110011111100111111 | def3a2ae3f47cdcb3f3f |
UTF-8 | 潁〓젦G曜쒕젡 | 11100110101111011000000111100011100000001001001111101100101000001010011001000111111001101001101110011100111011001001001010010101111011001010000010100001 | e6bd81e38093eca0a647e69b9cec9295eca0a1 |
UHC | 潁〓젦G曜쒕젡 | 11100111101110001010000111101011101000001001111001000111111010001111100010011100111010111010000010011010 | e7b8a1eba09e47e8f89ceba09a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)