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 | 繚睡嘗紵ゅ | 11100011100001111001000010000111100011111010011011100011010010011000001011100011 | e38790878fa6e34982e3 |
EUC-JP | 繚睡嘗紵ゅ | 11100101111001111011111111100111101111101010100011100101101010101010010011100101 | e5e7bfe7bea8e5aaa4e5 |
UTF-8 | 繚睡嘗紵ゅ | 111001111011100110011010111001111001110110100001111001011001100010010111111001111011010010110101111000111000001010000101 | e7b99ae79da1e59897e7b4b5e38285 |
UHC | ?睡嘗紵ゅ | 001111111110001010110010110111111100010011101110110001111010101011100101 | 3fe2b2dfc4eec7aae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)