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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 往妖?橈 | 10001001100111011001011101100100001111111001111011110100 | 899d97643f9ef4 |
EUC-JP | 往妖?橈 | 10110001111111011100110111000101001111111101110011110110 | b1fdcdc53fdcf6 |
UTF-8 | 往妖숞橈 | 111001011011111010000000111001011010011010010110111011001000100010011110111001101010100110001000 | e5be80e5a696ec889ee6a988 |
UHC | 往妖숞橈 | 1110100011011001111010001110110110011001111110111110100011111010 | e8d9e8ed99fbe8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)