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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 將?衣私? | 1001101110010010001111111000100011011111100011101000010000111111 | 9b923f88df8e843f |
EUC-JP | 將?衣私? | 1101010111110010001111111011000011100001101110111110010000111111 | d5f23fb0e1bbe43f |
UTF-8 | 將렚衣私렠 | 111001011011000010000111111010111010000010011010111010001010000110100011111001111010011110000001111010111010000010100000 | e5b087eba09ae8a1a3e7a781eba0a0 |
UHC | 將렚衣私렠 | 11101101111000101000111010101101111010111111110111011110111001111000111010110001 | ede28eadebfddee78eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)