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 | ?綿ぞ | 0011111110010110110010001000001010111100 | 3f96c882bc |
EUC-JP | 瀣綿ぞ | 10001111110010011011000111001100110010101010010010111110 | 8fc9b1cccaa4be |
UTF-8 | 瀣綿ぞ | 111001111000000010100011111001111011011010111111111000111000000110011110 | e780a3e7b6bfe3819e |
UHC | 瀣綿ぞ | 111110101010111011011000111110101010101010111110 | faaed8faaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)