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 | テ凝佚ァテシ | 1100001110001011110000111001100011000011101001111100001110111100 | c38bc398c3a7c3bc |
EUC-JP | テ凝佚ァテシ | 100011101100001110110110110001011101000011000101100011101010011110001110110000111000111010111100 | 8ec3b6c5d0c58ea78ec38ebc |
UTF-8 | テ凝佚ァテシ | 111011111011111010000011111001011000011110011101111001001011110110011010111011111011110110100111111011111011111010000011111011111011110110111100 | efbe83e5879de4bd9aefbda7efbe83efbdbc |
UHC | ?凝佚??? | 0011111111101011111010101110110011101010001111110011111100111111 | 3febeaecea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)