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 | 遭?α智 | 10010001100110000011111110000011101111111001001001110001 | 91983f83bf9271 |
EUC-JP | 遭?α智 | 11000001111110000011111110100110110000011100001111010010 | c1f83fa6c1c3d2 |
UTF-8 | 遭쾰α智 | 1110100110000001101011011110110010111110101100001100111010110001111001101001100110111010 | e981adecbeb0ceb1e699ba |
UHC | 遭쾰α智 | 1111000011100100110001001110101110100101111000011111001010101010 | f0e4c4eba5e1f2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)