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 | 睛脛??沮? | 111000011100101111100011111110000011111100111111100111111001110000111111 | e1cbe3f83f3f9f9c3f |
EUC-JP | 睛脛??沮? | 111000101100110111100110111110100011111100111111110111011111110000111111 | e2cde6fa3f3fddfc3f |
UTF-8 | 睛脛렟렫沮챌 | 111001111001110110011011111010001000010010011011111010111010000010011111111010111010000010101011111001101011001010101110111011001011000110001100 | e79d9be8849beba09feba0abe6b2aeecb18c |
UHC | 睛脛렟렫沮챌 | 111011111110110011001100111010111000111010110000100011101011100111101110110000011100001110100111 | efeccceb8eb08eb9eec1c3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)