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 | ??K?? | 0011111100111111010010110011111100111111 | 3f3f4b3f3f |
SJIS-WIN | 訷、K訷、 | 11111011101001001010010001001011111110111010010010100100 | fba4a44bfba4a4 |
EUC-JP | 訷、K訷、 | 1000111111011101110101001000111010100100010010111000111111011101110101001000111010100100 | 8fddd48ea44b8fddd48ea4 |
UTF-8 | 訷、K訷、 | 11101000101010001011011111101111101111011010010001001011111010001010100010110111111011111011110110100100 | e8a8b7efbda44be8a8b7efbda4 |
UHC | ??K?? | 0011111100111111010010110011111100111111 | 3f3f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)