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 | ???J??? | 00111111001111110011111101001010001111110011111100111111 | 3f3f3f4a3f3f3f |
SJIS-WIN | 癌??J影?? | 100010101110000000111111001111110100101010001001011001010011111100111111 | 8ae03f3f4a89653f3f |
EUC-JP | 癌??J影?? | 101101001110001000111111001111110100101010110001110001100011111100111111 | b4e23f3f4ab1c63f3f |
UTF-8 | 癌꿰즯J影좑슛 | 11100111100110011000110011101010101111111011000011101100101001101010111101001010111001011011110110110001111011001010001010010001111011001000101010011011 | e7998ceabfb0eca6af4ae5bdb1eca291ec8a9b |
UHC | 癌꿰즯J影좑슛 | 11100100110111111011001011100111101000111000000101001010111001111010111110100000111011111011110110111000 | e4dfb2e7a3814ae7afa0efbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)