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 | テ佚津アテ・ | 1100001110011000110000111001001011000011101100011100001110100101 | c398c392c3b1c3a5 |
EUC-JP | テ佚津アテ・ | 100011101100001111010000110001011100010011000101100011101011000110001110110000111000111010100101 | 8ec3d0c5c4c58eb18ec38ea5 |
UTF-8 | テ佚津アテ・ | 111011111011111010000011111001001011110110011010111001101011010010100101111011111011110110110001111011111011111010000011111011111011110110100101 | efbe83e4bd9ae6b4a5efbdb1efbe83efbda5 |
UHC | ?佚津??? | 0011111111101100111010101111001011010000001111110011111100111111 | 3feceaf2d03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)