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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ーョウ」 | 11110001111001111011000011110000101101101010111011110000101111011011001110100011 | f1e7b0f0b6aef0bdb3a3 |
EUC-JP | ?ー?ョ?ウ」 | 0011111110001110101100000011111110001110101011100011111110001110101100111000111010100011 | 3f8eb03f8eae3f8eb38ea3 |
UTF-8 | ーョウ」 | 111011101000010110100010111011111011110110110000111011101000000110110101111011111011110110101110111011101000000110111100111011111011110110110011111011111011110110100011 | ee85a2efbdb0ee81b5efbdaeee81bcefbdb3efbda3 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)