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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嘆蔵属樽賊 | 10010010010100011001000110100000100100011010111010010010010011011001000110101111 | 925191a091ae924d91af |
EUC-JP | 嘆蔵属樽賊 | 11000011101100101100001010100010110000101011000011000011101011101100001010110001 | c3b2c2a2c2b0c3aec2b1 |
UTF-8 | 嘆蔵属樽賊 | 111001011001100010000110111010001001010010110101111001011011000110011110111001101010100010111101111010001011001110001010 | e59886e894b5e5b19ee6a8bde8b38a |
UHC | 嘆??樽賊 | 1111011110100011001111110011111111110001110111001110111011100100 | f7a33f3ff1dceee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)