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 | 郤縁就郤 | 1110011110111010100010011000111110001111010000011110011110111010 | e7ba898f8f41e7ba |
EUC-JP | 郤縁就郤 | 1110111010111100101100011110111110111101101000101110111010111100 | eebcb1efbda2eebc |
UTF-8 | 郤縁就郤 | 111010011000001110100100111001111011100010000001111001011011000010110001111010011000001110100100 | e983a4e7b881e5b0b1e983a4 |
UHC | ??就? | 0011111100111111111101101010011000111111 | 3f3ff6a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)