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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阻釋?? | 100100010110101011100111110101110011111100111111 | 916ae7d73f3f |
EUC-JP | 阻釋?? | 110000011100101111101110110110010011111100111111 | c1cbeed93f3f |
UTF-8 | 阻釋롋렡 | 111010011001100010111011111010011000011110001011111010111010000110001011111010111010000010100001 | e998bbe9878beba18beba0a1 |
UHC | 阻釋롋렡 | 1111000011100110111000001011011110001110110100011000111010110010 | f0e6e0b78ed18eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)