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 | 禹紗汨 | 111000100101101010001110110100011001111110010001 | e25a8ed19f91 |
EUC-JP | 禹紗汨 | 111000111011101110111100110100111101110111110001 | e3bbbcd3ddf1 |
UTF-8 | 禹紗汨 | 111001111010011010111001111001111011010010010111111001101011000110101000 | e7a6b9e7b497e6b1a8 |
UHC | 禹紗汨 | 111010011110000011011110111010011100110111100111 | e9e0dee9cde7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)