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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | カ寬。湿B | 111100101011111110110110111110101010101010100001100011101011110001000010 | f2bfb6faaaa18ebc42 |
EUC-JP | ?カ?。湿B | 001111111000111010110110001111111000111010100001101111001011111001000010 | 3f8eb63f8ea1bcbe42 |
UTF-8 | カ寬。湿B | 11101110100001111011011011101111101111011011011011100101101011111010110011101111101111011010000111100110101110011011111101000010 | ee87b6efbdb6e5afacefbda1e6b9bf42 |
UHC | ??寬??B | 00111111001111111100111010110000001111110011111101000010 | 3f3fceb03f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)