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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韶費ス丞ー | 1110100011101110100101001110111110111101100011111110010110110000 | e8ee94efbd8fe5b0 |
EUC-JP | 韶費ス丞ー | 11110000111100001100100011110001100011101011110110111110111001111000111010110000 | f0f0c8f18ebdbee78eb0 |
UTF-8 | 韶費ス丞ー | 111010011001111110110110111010001011001010111011111011111011110110111101111001001011100010011110111011111011110110110000 | e99fb6e8b2bbefbdbde4b89eefbdb0 |
UHC | 韶費?丞? | 1110000111010010110111101010100000111111111000111010101000111111 | e1d2dea83fe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)