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 | テ静凝、ツコ | 1100001110010000110000111000101111000011101001001100001010111010 | c390c38bc3a4c2ba |
EUC-JP | テ静凝、ツコ | 100011101100001111000000110001011011011011000101100011101010010010001110110000101000111010111010 | 8ec3c0c5b6c58ea48ec28eba |
UTF-8 | テ静凝、ツコ | 111011111011111010000011111010011001110110011001111001011000011110011101111011111011110110100100111011111011111010000010111011111011110110111010 | efbe83e99d99e5879defbda4efbe82efbdba |
UHC | ??凝??? | 00111111001111111110101111101010001111110011111100111111 | 3f3febea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)