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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 壯??昻??? | 100110101110000100111111001111111111101011010000001111110011111100111111 | 9ae13f3ffad03f3f3f |
EUC-JP | 壯?????? | 1101010011100011001111110011111100111111001111110011111100111111 | d4e33f3f3f3f3f3f |
UTF-8 | 壯쀦쓶昻븅궕呂 | 111001011010001110101111111011001000000010100110111011001001001110110110111001101001100010111011111010111011100010000101111010101011011010010101111011111010011010000000 | e5a3afec80a6ec93b6e698bbebb885eab695efa680 |
UHC | 壯쀦쓶昻븅궕呂 | 1110110111100000100101111110011010011101100100111110010011101001101110101110100110000010101010101110010111111011 | ede097e69d93e4e9bae982aae5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)