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 | 陰≪?陰 | 10001001010000011000000111100001001111111000100101000001 | 894181e13f8941 |
EUC-JP | 陰≪?陰 | 10110001101000101010001011100011001111111011000110100010 | b1a2a2e33fb1a2 |
UTF-8 | 陰≪뀓陰 | 111010011001100110110000111000101000100110101010111010111000000010010011111010011001100110110000 | e999b0e289aaeb8093e999b0 |
UHC | 陰≪뀓陰 | 1110101111100100101000011110110010000101100011011110101111100100 | ebe4a1ec858debe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)