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 | 語??幽?? | 1000110011101010001111110011111110010111010010000011111100111111 | 8cea3f3f97483f3f |
EUC-JP | 語??幽?? | 1011100011101100001111110011111111001101101010010011111100111111 | b8ec3f3fcda93f3f |
UTF-8 | 語뤿빍幽드래 | 111010001010101010011110111010111010010010111111111010111011100110001101111001011011100110111101111010111001001110011100111010111001111010011000 | e8aa9eeba4bfebb98de5b9bdeb939ceb9e98 |
UHC | 語뤿빍幽드래 | 111001011101111010001111111010111001010110110010111010101110101110110101111001011011011110100001 | e5de8feb95b2eaebb5e5b7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)