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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羝豪じ蟀 | 1110001110110110100011011000101110000010101101101110010110101001 | e3b68d8b82b6e5a9 |
EUC-JP | 羝豪じ蟀 | 1110011010111000101110011110101110100100101110001110101010101011 | e6b8b9eba4b8eaab |
UTF-8 | 羝豪じ蟀 | 111001111011111010011101111010001011000110101010111000111000000110011000111010001001111110000000 | e7be9de8b1aae38198e89f80 |
UHC | ?豪じ? | 001111111111101111011111101010101011100000111111 | 3ffbdfaab83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)