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 | 駭??駭? | 11101001011011100011111100111111111010010110111000111111 | e96e3f3fe96e3f |
EUC-JP | 駭??駭? | 11110001110011110011111100111111111100011100111100111111 | f1cf3f3ff1cf3f |
UTF-8 | 駭덜땁駭쬯 | 111010011010011110101101111010111000110110011100111010111001010110000001111010011010011110101101111011001010110010101111 | e9a7adeb8d9ceb9581e9a7adecacaf |
UHC | 駭덜땁駭쬯 | 11111010101101001011010011111010101101101010001011111010101101001010011101100110 | fab4b4fab6a2fab4a766 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)