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 | 雅ι???? | 1000100111101011100000111100011100111111001111110011111100111111 | 89eb83c73f3f3f3f |
EUC-JP | 雅ι???? | 1011001011101101101001101100100100111111001111110011111100111111 | b2eda6c93f3f3f3f |
UTF-8 | 雅ι틶銳띾쨮 | 1110100110011011100001011100111010111001111011011000101110110110111010011000101010110011111010111001110110111110111011001010100010101110 | e99b85ceb9ed8bb6e98ab3eb9dbeeca8ae |
UHC | 雅ι틶銳띾쨮 | 111001001011101010100101111010011011101010011101111001111110010110001101111010111010010010001000 | e4baa5e9ba9de7e58deba488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)