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 | ???吟?? | 00111111001111110011111110001011111000010011111100111111 | 3f3f3f8be13f3f |
EUC-JP | 縕??吟?? | 100011111101010011000010001111110011111110110110111000110011111100111111 | 8fd4c23f3fb6e33f3f |
UTF-8 | 縕욎옺吟됭솤 | 111001111011100010010101111011001001101010001110111011001001100010111010111001011001000010011111111010111001000010101101111011001000011010100100 | e7b895ec9a8eec98bae5909feb90adec86a4 |
UHC | 縕욎옺吟됭솤 | 111010001011001010011110111011001001111010110000111010111110000110001001111010001001100110011110 | e8b29eec9eb0ebe189e8999e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)