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 | 訷夂悉 | 111110111010010010011010111001111000111010111011 | fba49ae78ebb |
EUC-JP | 訷夂悉 | 10001111110111011101010011010100111010011011110010111101 | 8fddd4d4e9bcbd |
UTF-8 | 訷夂悉 | 111010001010100010110111111001011010010010000010111001101000001010001001 | e8a8b7e5a482e68289 |
UHC | ??悉 | 00111111001111111110001111111010 | 3f3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)