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 | 蒟晧穐 | 111001001110010110011101111011001000100010101010 | e4e59dec88aa |
EUC-JP | 蒟晧穐 | 111010001110011111011010111011101011000010101100 | e8e7daeeb0ac |
UTF-8 | 蒟晧穐 | 111010001001001010011111111001101001100110100111111001111010100110010000 | e8929fe699a7e7a990 |
UHC | ?晧? | 00111111111110111100010100111111 | 3ffbc53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)