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 | 霆??疑? | 11101000101110110011111100111111100010110101111000111111 | e8bb3f3f8b5e3f |
EUC-JP | 霆??疑? | 11110000101111010011111100111111101101011011111100111111 | f0bd3f3fb5bf3f |
UTF-8 | 霆淚맑疑렒 | 111010011001110010000110111011111010010110001101111010111010011110010001111001111001011010010001111010111010000010010010 | e99c86efa58deba791e79691eba092 |
UHC | 霆淚맑疑렒 | 11101111111111011101001011100111101110001011110011101011111101111000111010100111 | effdd2e7b8bcebf78ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)