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 | 漆灼隸 | 100011101011110110001110110111001110100010101111 | 8ebd8edce8af |
EUC-JP | 漆灼隸 | 101111001011111110111100110111101111000010110001 | bcbfbcdef0b1 |
UTF-8 | 漆灼隸 | 111001101011110010000110111001111000000110111100111010011001101010111000 | e6bc86e781bce99ab8 |
UHC | 漆灼? | 1111011011010100111011011100011100111111 | f6d4edc73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)