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 | テ佚津コツ、 | 1100001110011000110000111001001011000011101110101100001010100100 | c398c392c3bac2a4 |
EUC-JP | テ佚津コツ、 | 100011101100001111010000110001011100010011000101100011101011101010001110110000101000111010100100 | 8ec3d0c5c4c58eba8ec28ea4 |
UTF-8 | テ佚津コツ、 | 111011111011111010000011111001001011110110011010111001101011010010100101111011111011110110111010111011111011111010000010111011111011110110100100 | efbe83e4bd9ae6b4a5efbdbaefbe82efbda4 |
UHC | ?佚津??? | 0011111111101100111010101111001011010000001111110011111100111111 | 3feceaf2d03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)