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 | 翁?羚 | 1000100110100101001111111110001110110111 | 89a53fe3b7 |
EUC-JP | 翁琫羚 | 10110010101001111000111111001100101011111110011010111001 | b2a78fccafe6b9 |
UTF-8 | 翁琫羚 | 111001111011111110000001111001111001000010101011111001111011111010011010 | e7bf81e790abe7be9a |
UHC | 翁琫羚 | 111010001011101011011100111011011101011010111110 | e8badcedd6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)