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 | ???循?? | 00111111001111110011111110001111011110100011111100111111 | 3f3f3f8f7a3f3f |
EUC-JP | 絪??循?? | 100011111101001111101100001111110011111110111101110110110011111100111111 | 8fd3ec3f3fbddb3f3f |
UTF-8 | 絪뉒뵓循뉖엑 | 111001111011010110101010111010111000100110010010111010111011010110010011111001011011111010101010111010111000100110010110111011001001011110010001 | e7b5aaeb8992ebb593e5beaaeb8996ec9791 |
UHC | 絪뉒뵓循뉖엑 | 111011001101111110000111111001111001010010010101111000101110000010000111111010111011111110100010 | ecdf87e79495e2e087ebbfa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)