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 | 栓篩??闇 | 1001000011110000111000101011111100111111001111111000100011000101 | 90f0e2bf3f3f88c5 |
EUC-JP | 栓篩??闇 | 1100000011110010111001001100000100111111001111111011000011000111 | c0f2e4c13f3fb0c7 |
UTF-8 | 栓篩렋렑闇 | 111001101010000010010011111001111010111110101001111010111010000010001011111010111010000010010001111010011001011110000111 | e6a093e7afa9eba08beba091e99787 |
UHC | 栓篩렋렑闇 | 11101110111110111101111011101000100011101010001010001110101001101110010011100001 | eefbdee88ea28ea6e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)