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 | テ。テ凝榲ァ | 1100001110100001110000111000101111000011100111101100001110100111 | c3a1c38bc39ec3a7 |
EUC-JP | テ。テ凝榲ァ | 100011101100001110001110101000011000111011000011101101101100010111011100110001011000111010100111 | 8ec38ea18ec3b6c5dcc58ea7 |
UTF-8 | テ。テ凝榲ァ | 111011111011111010000011111011111011110110100001111011111011111010000011111001011000011110011101111001101010011010110010111011111011110110100111 | efbe83efbda1efbe83e5879de6a6b2efbda7 |
UHC | ???凝?? | 00111111001111110011111111101011111010100011111100111111 | 3f3f3febea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)