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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霎ソ驕彎 | 11101000101111101011111111101001100000011001110001011101 | e8bebfe9819c5d |
EUC-JP | 霎ソ驕彎 | 1111000011000000100011101011111111110001111000011101011110111110 | f0c08ebff1e1d7be |
UTF-8 | 霎ソ驕彎 | 111010011001110010001110111011111011110110111111111010011010100110010101111001011011110110001110 | e99c8eefbdbfe9a995e5bd8e |
UHC | ??驕彎 | 001111110011111111001110111101101101100010110110 | 3f3fcef6d8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)