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 | 辟乗ア宣刊 | 111001111000010010001111111001101011000110010000111010011000101010100111 | e7848fe6b190e98aa7 |
EUC-JP | 辟乗ア宣刊 | 11101101111001001011111011101000100011101011000111000000111010111011010010101001 | ede4bee88eb1c0ebb4a9 |
UTF-8 | 辟乗ア宣刊 | 111010001011111010011111111001001011100110010111111011111011110110110001111001011010111010100011111001011000100010001010 | e8be9fe4b997efbdb1e5aea3e5888a |
UHC | ???宣刊 | 00111111001111110011111111100000101111101100101011001010 | 3f3f3fe0becaca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)