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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 雅??唯?^ | 1000100111101011001111110011111110010111010000100011111101011110 | 89eb3f3f97423f5e |
EUC-JP | 雅??唯?^ | 1011001011101101001111110011111111001101101000110011111101011110 | b2ed3f3fcda33f5e |
UTF-8 | 雅ⓦ굠唯랣^ | 11101001100110111000010111100010100100111010011011101010101101011010000011100101100101001010111111101011100111101010001101011110 | e99b85e293a6eab5a0e594afeb9ea35e |
UHC | 雅ⓦ굠唯랣^ | 1110010010111010101010001110001110000010100010001110101011100110100011100100010001011110 | e4baa8e38288eae68e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)