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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踟廷「殊 | 11100110111101111001001011101100101000101000111011101010 | e6f792eca28eea |
EUC-JP | 踟廷「殊 | 1110110011111001110001001110111010001110101000101011110011101100 | ecf9c4ee8ea2bcec |
UTF-8 | 踟廷「殊 | 111010001011100010011111111001011011101110110111111011111011110110100010111001101010111010001010 | e8b89fe5bbb7efbda2e6ae8a |
UHC | ?廷?殊 | 001111111110111111010101001111111110001010101000 | 3fefd53fe2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)