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 | 缸??德ヰ | 1110001110011101001111110011111111111010101110101000001110010000 | e39d3f3ffaba8390 |
EUC-JP | 缸???ヰ | 11100101111111010011111100111111001111111010010111110000 | e5fd3f3f3fa5f0 |
UTF-8 | 缸렯뤯德ヰ | 111001111011110010111000111010111010000010101111111010111010010010101111111001011011111010110111111000111000001110110000 | e7bcb8eba0afeba4afe5beb7e383b0 |
UHC | 缸렯뤯德ヰ | 11111001111111001000111010111100100011111101110111010011111011001010101111110000 | f9fc8ebc8fddd3ecabf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)