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 | 繩?? | 11100011100010100011111100111111 | e38a3f3f |
EUC-JP | 繩?? | 11100101111010100011111100111111 | e5ea3f3f |
UTF-8 | 繩덂뒶 | 111001111011100110101001111010111000110110000010111010111001001010110110 | e7b9a9eb8d82eb92b6 |
UHC | 繩덂뒶 | 111000111011000110001000111001011000101010101110 | e3b188e58aae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)