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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??佾?? | 00111111001111111000111110110000111110110011111100111111 | 3f3f8fb0fb3f3f |
UTF-8 | 롉렗佾롈렲 | 111010111010000110001001111010111010000010010111111001001011110110111110111010111010000110001000111010111010000010110010 | eba189eba097e4bdbeeba188eba0b2 |
UHC | 롉렗佾롈렲 | 10001110110011111000111010101100111011001110101110001110110011101000111010111111 | 8ecf8eaceceb8ece8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)