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 | 癲??愿ц? | 111000011001111100111111001111111001110011000011100001001000100000111111 | e19f3f3f9cc384883f |
EUC-JP | 癲??愿ц? | 111000101010000100111111001111111101100011000101101001111110100000111111 | e2a13f3fd8c5a7e83f |
UTF-8 | 癲숆퍒愿ц뼅 | 1110011110011001101100101110110010001000100001101110110110001101100100101110011010000100101111111101000110000110111010111011110010000101 | e799b2ec8886ed8d92e684bfd186ebbc85 |
UHC | 癲숆퍒愿ц뼅 | 111011111010011010011001111010101011101110001001111010101011010010101100111010001001011010001111 | efa699eabb89eab4ace8968f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)