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 | 鼎??箏 | 100100110100001100111111001111111110001010110101 | 93433f3fe2b5 |
EUC-JP | 鼎??箏 | 110001011010010000111111001111111110010010110111 | c5a43f3fe4b7 |
UTF-8 | 鼎븍질箏 | 111010011011110010001110111010111011100010001101111011001010011110001000111001111010111010001111 | e9bc8eebb88deca788e7ae8f |
UHC | 鼎븍질箏 | 1111000010100011101110101110101111000001111110101110111010110100 | f0a3baebc1faeeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)