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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | テ淞キツ。テョ | 1100001110011111110000101011011111000010101000011100001110101110 | c39fc2b7c2a1c3ae |
EUC-JP | テ淞キツ。テョ | 1000111011000011110111101100010010001110101101111000111011000010100011101010000110001110110000111000111010101110 | 8ec3dec48eb78ec28ea18ec38eae |
UTF-8 | テ淞キツ。テョ | 111011111011111010000011111001101011011110011110111011111011110110110111111011111011111010000010111011111011110110100001111011111011111010000011111011111011110110101110 | efbe83e6b79eefbdb7efbe82efbda1efbe83efbdae |
UHC | ?淞????? | 0011111111100001111001110011111100111111001111110011111100111111 | 3fe1e73f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)