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 | 髏費ス丞ーア | 111010011001000010010100111011111011110110001111111001011011000010110001 | e99094efbd8fe5b0b1 |
EUC-JP | 髏費ス丞ーア | 111100011111000011001000111100011000111010111101101111101110011110001110101100001000111010110001 | f1f0c8f18ebdbee78eb08eb1 |
UTF-8 | 髏費ス丞ーア | 111010011010101110001111111010001011001010111011111011111011110110111101111001001011100010011110111011111011110110110000111011111011110110110001 | e9ab8fe8b2bbefbdbde4b89eefbdb0efbdb1 |
UHC | ?費?丞?? | 0011111111011110101010000011111111100011101010100011111100111111 | 3fdea83fe3aa3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)