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 | ?悳ビ??∮ | 001111111001110001111011100000110111001000111111001111111000011110010011 | 3f9c7b83723f3f8793 |
EUC-JP | ?悳ビ??? | 0011111111010111110111001010010111010011001111110011111100111111 | 3fd7dca5d33f3f3f |
UTF-8 | 룶悳ビ룵햶∮ | 111010111010001110110110111001101000001010110011111000111000001110010011111010111010001110110101111011011001011010110110111000101000100010101110 | eba3b6e682b3e38393eba3b5ed96b6e288ae |
UHC | 룶悳ビ룵햶∮ | 100011111010101111010011111011011010101111010011100011111010101011000001100011111010001010110001 | 8fabd3edabd38faac18fa2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)