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 | テュテ禿偲ェ | 1100001110101101110000111001001111000011100011101100001110101010 | c3adc393c38ec3aa |
EUC-JP | テュテ禿偲ェ | 100011101100001110001110101011011000111011000011110001101100010110111100110001011000111010101010 | 8ec38ead8ec3c6c5bcc58eaa |
UTF-8 | テュテ禿偲ェ | 111011111011111010000011111011111011110110101101111011111011111010000011111001111010011010111111111001011000000110110010111011111011110110101010 | efbe83efbdadefbe83e7a6bfe581b2efbdaa |
UHC | ???禿?? | 00111111001111110011111111010100101111100011111100111111 | 3f3f3fd4be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)