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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 怨??? | 1000100110000101001111110011111100111111 | 89853f3f3f |
EUC-JP | 怨??? | 1011000111100101001111110011111100111111 | b1e53f3f3f |
UTF-8 | 怨뜸쨋롁 | 111001101000000010101000111010111001110010111000111011001010100010001011111010111010000110000001 | e680a8eb9cb8eca88beba181 |
UHC | 怨뜸쨋롁 | 1110101010110011101101101110010011000010101101101000111011001000 | eab3b6e4c2b68ec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)