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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譁帚薄 | 111001101001011010011011111000101001010010010110 | e6969be29496 |
EUC-JP | 譁帚薄 | 111010111111011011010110111001001100011111110110 | ebf6d6e4c7f6 |
UTF-8 | 譁帚薄 | 111010001010110110000001111001011011100010011010111010001001011010000100 | e8ad81e5b89ae89684 |
UHC | 譁?薄 | 1111110010100110001111111101101011011101 | fca63fdadd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)