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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 箏?共 | 1110001010110101001111111000101110100100 | e2b53f8ba4 |
EUC-JP | 箏?共 | 1110010010110111001111111011011010100110 | e4b73fb6a6 |
UTF-8 | 箏잭共 | 111001111010111010001111111011001001111010101101111001011000010110110001 | e7ae8fec9eade585b1 |
UHC | 箏잭共 | 111011101011010011000000111010001100110111101100 | eeb4c0e8cdec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)