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 | 異??闇 | 100010001101100100111111001111111000100011000101 | 88d93f3f88c5 |
EUC-JP | 異??闇 | 101100001101101100111111001111111011000011000111 | b0db3f3fb0c7 |
UTF-8 | 異⑺뒓闇 | 111001111001010110110000111000101001000110111010111010111001001010010011111010011001011110000111 | e795b0e291baeb9293e99787 |
UHC | 異⑺뒓闇 | 1110110010110110101010011110110110001010100100001110010011100001 | ecb6a9ed8a90e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)