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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瀇軸渼爾 | 11111011010011111000111010110010111110110100100110001110101000101111000111101001 | fb4f8eb2fb498ea2f1e9 |
EUC-JP | 瀇軸渼爾? | 1000111111001001101011011011110010110100100011111100011111110000101111001010010000111111 | 8fc9adbcb48fc7f0bca43f |
UTF-8 | 瀇軸渼爾 | 111001111000000010000111111010001011101110111000111001101011100010111100111001111000100010111110111011101000010110100100 | e78087e8bbb8e6b8bce788beee85a4 |
UHC | ?軸渼爾? | 0011111111110101111011101101101010110100111011001011001100111111 | 3ff5eedab4ecb33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)