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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ⅱ汐ヤ | 11111010010000011000111010101100111100011111110011010100 | fa418eacf1fcd4 |
EUC-JP | ?汐?ヤ | 001111111011110010101110001111111000111011010100 | 3fbcae3f8ed4 |
UTF-8 | ⅱ汐ヤ | 111000101000010110110001111001101011000110010000111011101000010110110111111011111011111010010100 | e285b1e6b190ee85b7efbe94 |
UHC | ⅱ汐?? | 101001011010001011100000101100010011111100111111 | a5a2e0b13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)