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 | 髏費ス丈ソョ | 111010011001000010010100111011111011110110001111111001001011111110101110 | e99094efbd8fe4bfae |
EUC-JP | 髏費ス丈ソョ | 111100011111000011001000111100011000111010111101101111101110011010001110101111111000111010101110 | f1f0c8f18ebdbee68ebf8eae |
UTF-8 | 髏費ス丈ソョ | 111010011010101110001111111010001011001010111011111011111011110110111101111001001011100010001000111011111011110110111111111011111011110110101110 | e9ab8fe8b2bbefbdbde4b888efbdbfefbdae |
UHC | ?費?丈?? | 0011111111011110101010000011111111101101110110110011111100111111 | 3fdea83feddb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)