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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 語≪?? | 100011001110101010000001111000010011111100111111 | 8cea81e13f3f |
EUC-JP | 語≪?? | 101110001110110010100010111000110011111100111111 | b8eca2e33f3f |
UTF-8 | 語≪뮃劉 | 111010001010101010011110111000101000100110101010111010111010111010000011111011111010011110000111 | e8aa9ee289aaebae83efa787 |
UHC | 語≪뮃劉 | 1110010111011110101000011110110010010010100100101110101011100101 | e5dea1ec9292eae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)