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 | 厓??渦? | 11111010100011010011111100111111100010010101000100111111 | fa8d3f3f89513f |
EUC-JP | 厓??渦? | 1000111110110100110001110011111100111111101100011011001000111111 | 8fb4c73f3fb1b23f |
UTF-8 | 厓⒵튆渦컃 | 111001011000111010010011111000101001001010110101111011011000101010000110111001101011100010100110111011001011101110000011 | e58e93e292b5ed8a86e6b8a6ecbb83 |
UHC | 厓⒵튆渦컃 | 11100100111011011010100111100110101110011001101111101000101111101011000001101000 | e4eda9e6b99be8beb068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)