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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 弱??俑?\ | 1000111011100011001111110011111110011000110110100011111101011100 | 8ee33f3f98da3f5c |
EUC-JP | 弱??俑?\ | 1011110011100101001111110011111111010000110111000011111101011100 | bce53f3fd0dc3f5c |
UTF-8 | 弱녻씕俑냯\ | 11100101101111001011000111101011100001011011101111101100100101001001010111100100101111111001000111101011100000111010111101011100 | e5bcb1eb85bbec9495e4bf91eb83af5c |
UHC | 弱녻씕俑냯\ | 1110010110110000100001101110100010011101101010101110100110110101100001100111100101011100 | e5b086e89daae9b586795c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)