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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 劑瘢? | 1001100110011101111000011000110100111111 | 999de18d3f |
EUC-JP | 劑瘢? | 1101000111111101111000011110110100111111 | d1fde1ed3f |
UTF-8 | 劑瘢렠 | 111001011000101010010001111001111001100010100010111010111010000010100000 | e58a91e798a2eba0a0 |
UHC | 劑瘢렠 | 111100001010010111011010111011101000111010110001 | f0a5daee8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)