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 | 哀???ι? | 1000100010100011001111110011111100111111100000111100011100111111 | 88a33f3f3f83c73f |
EUC-JP | 哀???ι? | 1011000010100101001111110011111100111111101001101100100100111111 | b0a53f3f3fa6c93f |
UTF-8 | 哀잛쥉柳ι뇡 | 1110010110010011100000001110110010011110100110111110110010100101100010011110111110100111100010011100111010111001111010111000011110100001 | e59380ec9e9beca589efa789ceb9eb87a1 |
UHC | 哀잛쥉柳ι뇡 | 111001001110111010011111111011001010001010000010111010101111011110100101111010011000011110001001 | e4ee9feca282eaf7a5e98789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)