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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 烈쒐빒說껆뵧 | 111011111010011010011111111011001001001010010000111010111011100110010010111011111010011010100001111010101011101110000110111010111011010110100111 | efa69fec9290ebb992efa6a1eabb86ebb5a7 |
UHC | 烈쒐빒說껆뵧 | 111001101110111110011100111001111001010110110110111001101111001010000011111001111001010010100110 | e6ef9ce795b6e6f283e794a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)