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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 寤??唯?─ | 100110111000100000111111001111111001011101000010001111111000010010011111 | 9b883f3f97423f849f |
EUC-JP | 寤??唯?─ | 110101011110100000111111001111111100110110100011001111111010100010100001 | d5e83f3fcda33fa8a1 |
UTF-8 | 寤뤾래唯덌─ | 111001011010111110100100111010111010010010111110111010111001111010011000111001011001010010101111111010111000110110001100111000101001010010000000 | e5afa4eba4beeb9e98e594afeb8d8ce29480 |
UHC | 寤뤾래唯덌─ | 111001111111010110001111111010101011011110100001111010101110011010001000111011111010011010100001 | e7f58feab7a1eae688efa6a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)