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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 叱霎「鯱 | 1111000010110111100011101011011011101000101111101010001011101001110011011111010001011100 | f0b78eb6e8bea2e9cdf45c |
EUC-JP | ?叱霎「鯱? | 00111111101111001011100011110000110000001000111010100010111100101100111100111111 | 3fbcb8f0c08ea2f2cf3f |
UTF-8 | 叱霎「鯱 | 111011101000000110110110111001011000111110110001111010011001110010001110111011111011110110100010111010011010111110110001111011101000110010001100 | ee81b6e58fb1e99c8eefbda2e9afb1ee8c8c |
UHC | ?叱???? | 00111111111100101110101000111111001111110011111100111111 | 3ff2ea3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)