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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銀⑤? | 1000101111100010100001110100010000111111 | 8be287443f |
EUC-JP | 銀?? | 10110110111001000011111100111111 | b6e43f3f |
UTF-8 | 銀⑤퍨 | 111010011000101010000000111000101001000110100100111011011000110110101000 | e98a80e291a4ed8da8 |
UHC | 銀⑤퍨 | 111010111101111010101000111010111011101110011111 | ebdea8ebbb9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)