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 | 蘊??艶k? | 111001010101110100111111001111111000100110010000100000101000101100111111 | e55d3f3f8990828b3f |
EUC-JP | 蘊??艶k? | 111010011011111000111111001111111011000111110000101000111110101100111111 | e9be3f3fb1f0a3eb3f |
UTF-8 | 蘊딅젌艶k젻 | 111010001001100010001010111010111001010010000101111011001010000010001100111010001000100110110110111011111011110110001011111011001010000010111011 | e8988aeb9485eca08ce889b6efbd8beca0bb |
UHC | 蘊딅젌艶k젻 | 111010001011001110001010111010111010000010001101111001101111110110100011111010111010000010101110 | e8b38aeba08de6fda3eba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)