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 | ?®??? | 0011111110101110001111110011111100111111 | 3fae3f3f3f |
SJIS-WIN | 醍???? | 100100011110011100111111001111110011111100111111 | 91e73f3f3f3f |
EUC-JP | 醍®??? | 1100001011101001100011111010001011101110001111110011111100111111 | c2e98fa2ee3f3f3f |
UTF-8 | 醍®렖꿩롛 | 1110100110000110100011011100001010101110111010111010000010010110111010101011111110101001111010111010000110011011 | e9868dc2aeeba096eabfa9eba19b |
UHC | 醍®렖꿩롛 | 11110000101101011010001011100111100011101010101110110010111001101000111011011111 | f0b5a2e78eabb2e68edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)