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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞨瀧c奣梧 | 11101000111000001001000111101011100000101000001111111010101000111000110011100110 | e8e091eb8283faa38ce6 |
EUC-JP | 鞨瀧c奣梧 | 1111000011100010110000101110110110100011111000111000111110111000111111001011100011101000 | f0e2c2eda3e38fb8fcb8e8 |
UTF-8 | 鞨瀧c奣梧 | 111010011001111010101000111001111000000010100111111011111011110110000011111001011010010110100011111001101010001010100111 | e99ea8e780a7efbd83e5a5a3e6a2a7 |
UHC | 鞨瀧c?梧 | 110010101110101011010110111010011010001111100011001111111110011111111100 | caead6e9a3e33fe7fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)