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 | ?????秧 | 00111111001111110011111100111111001111111110001001011110 | 3f3f3f3f3fe25e |
EUC-JP | ????泫秧 | 001111110011111100111111001111111000111111000111101001101110001110111111 | 3f3f3f3f8fc7a6e3bf |
UTF-8 | 얍롏렏뤌泫秧 | 111011001001011010001101111010111010000110001111111010111010000010001111111010111010010010001100111001101011001110101011111001111010011110100111 | ec968deba18feba08feba48ce6b3abe7a7a7 |
UHC | 얍롏렏뤌泫秧 | 101111101110010110001110110101011000111010100101100011111011110011111010110110101110010011101011 | bee58ed58ea58fbcfadae4eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)