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 | ûR±H | 1111101101010010100011101011000101001000 | fb528eb148 |
SJIS-WIN | ?R?±H | 001111110101001000111111100000010111110101001000 | 3f523f817d48 |
EUC-JP | ûR?±H | 1000111110101011111001010101001000111111101000011101111001001000 | 8fabe5523fa1de48 |
UTF-8 | ûR±H | 1100001110111011010100101100001010001110110000101011000101001000 | c3bb52c28ec2b148 |
UHC | ?R?±H | 001111110101001000111111101000011011111001001000 | 3f523fa1be48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)