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 | 酌顆宍 | 1000111011011110111010001111011111111001101001001000111010110011 | 8edee8f7f9a48eb3 |
EUC-JP | 酌顆?宍 | 10111100111000001111000011111001001111111011110010110101 | bce0f0f93fbcb5 |
UTF-8 | 酌顆宍 | 111010011000010110001100111010011010000110000110111011101001101110111111111001011010111010001101 | e9858ce9a186ee9bbfe5ae8d |
UHC | 酌顆?? | 111011011100110011001110101010000011111100111111 | edcccea83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)