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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?帖漿?? | 00111111100100101001111110011111111101110011111100111111 | 3f929f9ff73f3f |
EUC-JP | ?帖漿?? | 00111111110001001010000111011110111110010011111100111111 | 3fc4a1def93f3f |
UTF-8 | 뤋帖漿컣폜 | 111010111010010010001011111001011011100010010110111001101011110010111111111011001011101110100011111011011000111110011100 | eba48be5b896e6bcbfecbba3ed8f9c |
UHC | 뤋帖漿컣폜 | 10001111101110111111010011011110111011011110110010110000100011101011110101000101 | 8fbbf4deedecb08ebd45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)