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 | 止?揖?臟? | 100011100111111000111111100101110100101100111111111001000110011000111111 | 8e7e3f974b3fe4663f |
EUC-JP | 止?揖?臟? | 101110111101111100111111110011011010110000111111111001111100011100111111 | bbdf3fcdac3fe7c73f |
UTF-8 | 止렩揖렩臟렭 | 111001101010110110100010111010111010000010101001111001101000111110010110111010111010000010101001111010001000011110011111111010111010000010101101 | e6ada2eba0a9e68f96eba0a9e8879feba0ad |
UHC | 止렩揖렩臟렭 | 111100101010110110001110101101111110101111100111100011101011011111101101111101001000111010111010 | f2ad8eb7ebe78eb7edf48eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)