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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 褥ユ? | 1110010111110001100000111000011000111111 | e5f183863f |
EUC-JP | 褥ユ? | 1110101011110011101001011110011000111111 | eaf3a5e63f |
UTF-8 | 褥ユ펵 | 111010001010010010100101111000111000001110100110111011011000111010110101 | e8a4a5e383a6ed8eb5 |
UHC | 褥ユ펵 | 111010011011001110101011111001101011110010000110 | e9b3abe6bc86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)