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 | 漆芝縞 | 100011101011110110001110110001011000111011001000 | 8ebd8ec58ec8 |
EUC-JP | 漆芝縞 | 101111001011111110111100110001111011110011001010 | bcbfbcc7bcca |
UTF-8 | 漆芝縞 | 111001101011110010000110111010001000101010011101111001111011100010011110 | e6bc86e88a9de7b89e |
UHC | 漆芝縞 | 111101101101010011110010101110011111101111010110 | f6d4f2b9fbd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)