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 | 0011111110010111111001100011111110010000010000100011111101000010 | 3f97e63f90423f42 |
EUC-JP | ?玲?殖?B | 0011111111001110111010000011111110111111101000110011111101000010 | 3fcee83fbfa33f42 |
UTF-8 | 뤵玲컦殖섟B | 11101011101001001011010111100111100011101011001011101100101110111010011011100110101011101001011011101100100001001001111101000010 | eba4b5e78eb2ecbba6e6ae96ec849f42 |
UHC | 뤵玲컦殖섟B | 1000111111100011110101101011110010110000100011111110001111010110101111001011000001000010 | 8fe3d6bcb08fe3d6bcb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)