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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 獵밭킋溜띉 | 111011111010011010100111111010111011000010101101111011011000001010001011111011111010011110001011111010111001110110001001 | efa6a7ebb0aded828befa78beb9d89 |
UHC | 獵밭킋溜띉 | 11100111101001101011100111100111101101001001011111101010111111101000110111000010 | e7a6b9e7b497eafe8dc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)