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 | ???傲其 | 00111111001111110011111110011000111111001001000110110100 | 3f3f3f98fc91b4 |
EUC-JP | ?紈?傲其 | 001111111000111111010011110011010011111111010000111111101100001010110110 | 3f8fd3cd3fd0fec2b6 |
UTF-8 | 뤚紈쟌傲其 | 111010111010010010011010111001111011010010001000111011001001111110001100111001011000001010110010111001011000010110110110 | eba49ae7b488ec9f8ce582b2e585b6 |
UHC | 뤚紈쟌傲其 | 10001111110010011111110010111100110000001111001011100111111011001101000011101100 | 8fc9fcbcc0f2e7ecd0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)