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 | 洩族銑? | 10001001011010111001000110110000100100010100110000111111 | 896b91b0914c3f |
EUC-JP | 洩族銑? | 10110001110011001100001010110010110000011010110100111111 | b1ccc2b2c1ad3f |
UTF-8 | 洩族銑敾 | 111001101011010010101001111001101001011110001111111010011000101010010001111001101001010110111110 | e6b4a9e6978fe98a91e695be |
UHC | 洩族銑敾 | 1110000011011101111100001110100111100000110101011110000011000000 | e0ddf0e9e0d5e0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)