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 | ??/俺 | 001111110011111110000001010111101000100110110100 | 3f3f815e89b4 |
EUC-JP | 獒?/俺 | 1000111111001011101110110011111110100001101111111011001010110110 | 8fcbbb3fa1bfb2b6 |
UTF-8 | 獒쇘/俺 | 111001111000110110010010111011001000011110011000111011111011110010001111111001001011111110111010 | e78d92ec8798efbc8fe4bfba |
UHC | 獒쇘/俺 | 1110100010100011101111001110011110100011101011111110010111101111 | e8a3bce7a3afe5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)