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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 誡轉瘋 | 111001100111001011100111011110101110000110000110 | e672e77ae186 |
EUC-JP | 誡轉瘋 | 111010111101001111101101110110111110000111100110 | ebd3eddbe1e6 |
UTF-8 | 誡轉瘋 | 111010001010101010100001111010001011110110001001111001111001100010001011 | e8aaa1e8bd89e7988b |
UHC | 誡轉? | 1100110110101011111011111010111000111111 | cdabefae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)