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 | 莠會淦 | 111001001011101010011000111100001001111110111110 | e4ba98f09fbe |
EUC-JP | 莠會淦 | 111010001011110011010000111100101101111011000000 | e8bcd0f2dec0 |
UTF-8 | 莠會淦 | 111010001000111010100000111001101001110010000011111001101011011110100110 | e88ea0e69c83e6b7a6 |
UHC | ?會? | 00111111111111001110010100111111 | 3ffce53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)