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 | 濟瀧街 | 111000000101101010010001111010111000101001011000 | e05a91eb8a58 |
EUC-JP | 濟瀧街 | 110111111011101111000010111011011011001110111001 | dfbbc2edb3b9 |
UTF-8 | 濟瀧街 | 111001101011111110011111111001111000000010100111111010001010000110010111 | e6bf9fe780a7e8a197 |
UHC | 濟瀧街 | 111100001010110111010110111010011100101010110110 | f0add6e9cab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)