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 | 怏??瀋? | 10011100100010010011111100111111111000000110001100111111 | 9c893f3fe0633f |
EUC-JP | 怏??瀋? | 11010111111010010011111100111111110111111100010000111111 | d7e93f3fdfc43f |
UTF-8 | 怏럤딢瀋됪 | 111001101000000010001111111010111001111110100100111010111001010010100010111001111000000010001011111010111001000010101010 | e6808feb9fa4eb94a2e7808beb90aa |
UHC | 怏럤딢瀋됪 | 11100100111010001000111010000111100010110100010111100100101000111000100111100110 | e4e88e878b45e4a389e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)