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 | 螻具ス喜西譬 | 1110010110110001100010111110111110111101100010101110110010010000101111001110011010100000 | e5b18befbd8aec90bce6a0 |
EUC-JP | 螻具ス喜西譬 | 111010101011001110110110111100011000111010111101101101001110111011000000101111101110110010100010 | eab3b6f18ebdb4eec0beeca2 |
UTF-8 | 螻具ス喜西譬 | 111010001001111010111011111001011000010110110111111011111011110110111101111001011001011010011100111010001010010110111111111010001010110110101100 | e89ebbe585b7efbdbde5969ce8a5bfe8adac |
UHC | ?具?喜西譬 | 00111111110011101111110100111111111111011110110011100000101001001101111010100111 | 3fcefd3ffdece0a4dea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)