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 | 湿狎写湿篠 | 10001110101111001110000010111110100011101100101010001110101111001000111011000010 | 8ebce0be8eca8ebc8ec2 |
EUC-JP | 湿狎写湿篠 | 10111100101111101110000011000000101111001100110010111100101111101011110011000100 | bcbee0c0bcccbcbebcc4 |
UTF-8 | 湿狎写湿篠 | 111001101011100110111111111001111000101110001110111001011000011010011001111001101011100110111111111001111010111110100000 | e6b9bfe78b8ee58699e6b9bfe7afa0 |
UHC | ?狎??篠 | 00111111111001001110010000111111001111111110000111000110 | 3fe4e43f3fe1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)