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 | 溏潁゚ロ | 100111111110110110011111111100011101111111011011 | 9fed9ff1dfdb |
EUC-JP | 溏潁゚ロ | 1101111011101111110111101111001110001110110111111000111011011011 | deefdef38edf8edb |
UTF-8 | 溏潁゚ロ | 111001101011101010001111111001101011110110000001111011111011111010011111111011111011111010011011 | e6ba8fe6bd81efbe9fefbe9b |
UHC | ?潁?? | 0011111111100111101110000011111100111111 | 3fe7b83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)