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 | ツ津ケツ環ィ | 1100001010010010110000111011100111000010100010101100001010101000 | c292c3b9c28ac2a8 |
EUC-JP | ツ津ケツ環ィ | 100011101100001011000100110001011000111010111001100011101100001010110100110001001000111010101000 | 8ec2c4c58eb98ec2b4c48ea8 |
UTF-8 | ツ津ケツ環ィ | 111011111011111010000010111001101011010010100101111011111011110110111001111011111011111010000010111001111001001010110000111011111011110110101000 | efbe82e6b4a5efbdb9efbe82e792b0efbda8 |
UHC | ?津??環? | 0011111111110010110100000011111100111111111111001011101100111111 | 3ff2d03f3ffcbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)