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 | 裕?ぎ | 1001011101010100001111111000001010101100 | 97543f82ac |
EUC-JP | 裕?ぎ | 1100110110110101001111111010010010101110 | cdb53fa4ae |
UTF-8 | 裕뤿ぎ | 111010001010001110010101111010111010010010111111111000111000000110001110 | e8a395eba4bfe3818e |
UHC | 裕뤿ぎ | 111010111010111010001111111010111010101010101110 | ebae8febaaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)