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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | ?矮瀟h?矮 | 001111111110000111100010111000000110111001101000001111111110000111100010 | 3fe1e2e06e683fe1e2 |
EUC-JP | ?矮瀟h?矮 | 001111111110001011100100110111111100111101101000001111111110001011100100 | 3fe2e4dfcf683fe2e4 |
UTF-8 | 뾸矮瀟h뾸矮 | 11101011101111101011100011100111100111111010111011100111100000001001111101101000111010111011111010111000111001111001111110101110 | ebbeb8e79faee7809f68ebbeb8e79fae |
UHC | 뾸矮瀟h뾸矮 | 1001011101111010111010001110000111100001101111100110100010010111011110101110100011100001 | 977ae8e1e1be68977ae8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)