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 | 佃?在葛 | 10010010110011110011111110001101110111011000101010001011 | 92cf3f8ddd8a8b |
EUC-JP | 佃?在葛 | 11000100110100010011111110111010110111111011001111101011 | c4d13fbadfb3eb |
UTF-8 | 佃렖在葛 | 111001001011110110000011111010111010000010010110111001011001110010101000111010001001000110011011 | e4bd83eba096e59ca8e8919b |
UHC | 佃렖在葛 | 1110111011101100100011101010101111101110101001001100101011100111 | eeec8eabeea4cae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)