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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 荳ケ霎ソ驩 | 1110010010111000101110011110100010111110101111111110100110001001 | e4b8b9e8bebfe989 |
EUC-JP | 荳ケ霎ソ驩 | 11101000101110101000111010111001111100001100000010001110101111111111000111101001 | e8ba8eb9f0c08ebff1e9 |
UTF-8 | 荳ケ霎ソ驩 | 111010001000110110110011111011111011110110111001111010011001110010001110111011111011110110111111111010011010100110101001 | e88db3efbdb9e99c8eefbdbfe9a9a9 |
UHC | 荳???驩 | 11010100111001010011111100111111001111111111110010111110 | d4e53f3f3ffcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)