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 | 鉑エ鋐ケ昭 | 1111101111001001101101001111101111010010101110011000111110111010 | fbc9b4fbd2b98fba |
EUC-JP | 鉑エ鋐ケ昭 | 100011111110001111100001100011101011010010001111111001001011111010001110101110011011111010111100 | 8fe3e18eb48fe4be8eb9bebc |
UTF-8 | 鉑エ鋐ケ昭 | 111010011000100110010001111011111011110110110100111010011000101110010000111011111011110110111001111001101001100010101101 | e98991efbdb4e98b90efbdb9e698ad |
UHC | ????昭 | 001111110011111100111111001111111110000110111001 | 3f3f3f3fe1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)