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 | ???玉?? | 00111111001111110011111110001011110010100011111100111111 | 3f3f3f8bca3f3f |
EUC-JP | ???玉?? | 00111111001111110011111110110110110011000011111100111111 | 3f3f3fb6cc3f3f |
UTF-8 | 了ㅿ쉿玉붹틓 | 111011111010011010111010111000111000010110111111111011001000100110111111111001111000111010001001111010111011011010111001111011011000101110010011 | efa6bae385bfec89bfe78e89ebb6b9ed8b93 |
UHC | 了ㅿ쉿玉붹틓 | 111010001110011110100100111011111011110110110010111010001010110010010100111001101011101010000010 | e8e7a4efbdb2e8ac94e6ba82 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)