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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??粃? | 0011111100111111111000101110000100111111 | 3f3fe2e13f |
EUC-JP | ??粃? | 0011111100111111111001001110001100111111 | 3f3fe4e33f |
UTF-8 | 룵에粃룶 | 111010111010001110110101111011001001011110010000111001111011001010000011111010111010001110110110 | eba3b5ec9790e7b283eba3b6 |
UHC | 룵에粃룶 | 1000111110101010101111111010000111011101111110111000111110101011 | 8faabfa1ddfb8fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)