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 | 鬩堺ク樣倹 | 111010011010100110001101111001001011100010011110111010011000110010010000 | e9a98de4b89ee98c90 |
EUC-JP | 鬩堺ク樣倹 | 11110010101010111011101011100110100011101011100011011100111010111011011111110000 | f2abbae68eb8dcebb7f0 |
UTF-8 | 鬩堺ク樣倹 | 111010011010110010101001111001011010000010111010111011111011110110111000111001101010100010100011111001011000000010111001 | e9aca9e5a0baefbdb8e6a8a3e580b9 |
UHC | ?堺?樣? | 00111111110011001111011100111111111001011100011000111111 | 3fccf73fe5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)