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 | 襍ヲ陋⑪ | 11101000101101011010011011101000100110111000011101001010 | e8b5a6e89b874a |
EUC-JP | 襍ヲ陋? | 11110000101101111000111010100110111011111111101100111111 | f0b78ea6effb3f |
UTF-8 | 襍ヲ陋⑪ | 111010001010010110001101111011111011110110100110111010011001100110001011111000101001000110101010 | e8a58defbda6e9998be291aa |
UHC | ??陋⑪ | 001111110011111111010111101100001010100011110001 | 3f3fd7b0a8f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)