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 | 兄??昻??? | 100011000101101000111111001111111111101011010000001111110011111100111111 | 8c5a3f3ffad03f3f3f |
EUC-JP | 兄?????? | 1011011110111011001111110011111100111111001111110011111100111111 | b7bb3f3f3f3f3f3f |
UTF-8 | 兄쀦쓶昻븅궕呂 | 111001011000010110000100111011001000000010100110111011001001001110110110111001101001100010111011111010111011100010000101111010101011011010010101111011111010011010000000 | e58584ec80a6ec93b6e698bbebb885eab695efa680 |
UHC | 兄쀦쓶昻븅궕呂 | 1111101011111100100101111110011010011101100100111110010011101001101110101110100110000010101010101110010111111011 | fafc97e69d93e4e9bae982aae5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)