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 | テ淌エツ堙ヲ | 1100001110011111110000111011010011000010100110101100001110100110 | c39fc3b4c29ac3a6 |
EUC-JP | テ淌エツ堙ヲ | 100011101100001111011110110001011000111010110100100011101100001011010100110001011000111010100110 | 8ec3dec58eb48ec2d4c58ea6 |
UTF-8 | テ淌エツ堙ヲ | 111011111011111010000011111001101011011110001100111011111011110110110100111011111011111010000010111001011010000010011001111011111011110110100110 | efbe83e6b78cefbdb4efbe82e5a099efbda6 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)