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 | 漆芝屡釈 | 1000111010111101100011101100010110001110110001101000111011011111 | 8ebd8ec58ec68edf |
EUC-JP | 漆芝屡釈 | 1011110010111111101111001100011110111100110010001011110011100001 | bcbfbcc7bcc8bce1 |
UTF-8 | 漆芝屡釈 | 111001101011110010000110111010001000101010011101111001011011000110100001111010011000011110001000 | e6bc86e88a9de5b1a1e98788 |
UHC | 漆芝?? | 111101101101010011110010101110010011111100111111 | f6d4f2b93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)