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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ?震?P | 0011111110010000011010110011111101010000 | 3f906b3f50 |
EUC-JP | ?震?P | 0011111110111111110011000011111101010000 | 3fbfcc3f50 |
UTF-8 | 렱震롏P | 11101011101000001011000111101001100111001000011111101011101000011000111101010000 | eba0b1e99c87eba18f50 |
UHC | 렱震롏P | 10001110101111101111001011101000100011101101010101010000 | 8ebef2e88ed550 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)