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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???掖?? | 00111111001111110011111110011101011101000011111100111111 | 3f3f3f9d743f3f |
EUC-JP | ???掖?? | 00111111001111110011111111011001110101010011111100111111 | 3f3f3fd9d53f3f |
UTF-8 | 若쒕젦掖볤킔 | 111011111010010110110100111011001001001010010101111011001010000010100110111001101000111010010110111010111011001110100100111011011000001010010100 | efa5b4ec9295eca0a6e68e96ebb3a4ed8294 |
UHC | 若쒕젦掖볤킔 | 111001011010111010011100111010111010000010011110111001001111101010010011111010101011010010100000 | e5ae9ceba09ee4fa93eab4a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)