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 | 髀樣汕 | 111010011000111110011110111010011001111110001000 | e98f9ee99f88 |
EUC-JP | 髀樣汕 | 111100011110111111011100111010111101110111101000 | f1efdcebdde8 |
UTF-8 | 髀樣汕 | 111010011010101110000000111001101010100010100011111001101011000110010101 | e9ab80e6a8a3e6b195 |
UHC | ?樣汕 | 0011111111100101110001101101111110100101 | 3fe5c6dfa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)