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 | 險幗傑 | 111010001010100010011011111011001000110010000110 | e8a89bec8c86 |
EUC-JP | 險幗傑 | 111100001010101011010110111011101011011111100110 | f0aad6eeb7e6 |
UTF-8 | 險幗傑 | 111010011001101010101010111001011011100110010111111001011000001010010001 | e99aaae5b997e58291 |
UHC | 險?傑 | 1111101011001111001111111100101111111000 | facf3fcbf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)