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 | ??/ | 00111111001111111000000101011110 | 3f3f815e |
EUC-JP | ??/ | 00111111001111111010000110111111 | 3f3fa1bf |
UTF-8 | 吏쇘/ | 111011111010011110011110111011001000011110011000111011111011110010001111 | efa79eec8798efbc8f |
UHC | 吏쇘/ | 111011001010011110111100111001111010001110101111 | eca7bce7a3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)