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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 褥セ邏苓キィB | 11100101111100011011111011100111101101001001011111101000101101111010100001000010 | e5f1bee7b497e8b7a842 |
EUC-JP | 褥セ邏苓キィB | 11101010111100111000111010111110111011101011011011001110111010101000111010110111100011101010100001000010 | eaf38ebeeeb6ceea8eb78ea842 |
UTF-8 | 褥セ邏苓キィB | 11101000101001001010010111101111101111011011111011101001100000101000111111101000100010111001001111101111101111011011011111101111101111011010100001000010 | e8a4a5efbdbee9828fe88b93efbdb7efbda842 |
UHC | 褥?邏???B | 111010011011001100111111110101011010010000111111001111110011111101000010 | e9b33fd5a43f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)