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 | テ佚津「テオ | 1100001110011000110000111001001011000011101000101100001110110101 | c398c392c3a2c3b5 |
EUC-JP | テ佚津「テオ | 100011101100001111010000110001011100010011000101100011101010001010001110110000111000111010110101 | 8ec3d0c5c4c58ea28ec38eb5 |
UTF-8 | テ佚津「テオ | 111011111011111010000011111001001011110110011010111001101011010010100101111011111011110110100010111011111011111010000011111011111011110110110101 | efbe83e4bd9ae6b4a5efbda2efbe83efbdb5 |
UHC | ?佚津??? | 0011111111101100111010101111001011010000001111110011111100111111 | 3feceaf2d03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)