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 | 玻犢狆 | 111000001101111011100000101101111110000010111100 | e0dee0b7e0bc |
EUC-JP | 玻犢狆 | 111000001110000011100000101110011110000010111110 | e0e0e0b9e0be |
UTF-8 | 玻犢狆 | 111001111000111010111011111001111000101010100010111001111000101110000110 | e78ebbe78aa2e78b86 |
UHC | ?犢? | 00111111110101001011101100111111 | 3fd4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)