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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 餓??RE | 100010011110110000111111001111110101001001000101 | 89ec3f3f5245 |
EUC-JP | 餓??RE | 101100101110111000111111001111110101001001000101 | b2ee3f3f5245 |
UTF-8 | 餓숃쯃RE | 1110100110100100100100111110110010001000100000111110110010101111100000110101001001000101 | e9a493ec8883ecaf835245 |
UHC | 餓숃쯃RE | 1110010010111011100110011110100010101000100111110101001001000101 | e4bb99e8a89f5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)