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 | 怏??肄? | 10011100100010010011111100111111111000111110010100111111 | 9c893f3fe3e53f |
EUC-JP | 怏??肄? | 11010111111010010011111100111111111001101110011100111111 | d7e93f3fe6e73f |
UTF-8 | 怏얠뮇肄욭 | 111001101000000010001111111011001001011010100000111010111010111010000111111010001000001010000100111011001001101010101101 | e6808fec96a0ebae87e88284ec9aad |
UHC | 怏얠뮇肄욭 | 11100100111010001011111011101100100100101001011011101100101111011001111101000101 | e4e8beec9296ecbd9f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)