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 | 疑??揄?? | 1000101101011110001111110011111110011101100010010011111100111111 | 8b5e3f3f9d893f3f |
EUC-JP | 疑??揄?? | 1011010110111111001111110011111111011001111010010011111100111111 | b5bf3f3fd9e93f3f |
UTF-8 | 疑껊벟揄븅돟 | 111001111001011010010001111010101011101110001010111010111011001010011111111001101000111110000100111010111011100010000101111010111000111110011111 | e79691eabb8aebb29fe68f84ebb885eb8f9f |
UHC | 疑껊벟揄븅돟 | 111010111111011110000011111010111001001110111010111010101111000110111010111010011000100110100101 | ebf783eb93baeaf1bae989a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)