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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 襪阪験絲 | 1110011001000011100011011110001110001100101100011110001101001110 | e6438de38cb1e34e |
EUC-JP | 襪阪験絲 | 1110101110100100101110101110010110111000101100111110010110101111 | eba4bae5b8b3e5af |
UTF-8 | 襪阪験絲 | 111010001010010110101010111010011001100010101010111010011010100010010011111001111011010110110010 | e8a5aae998aae9a893e7b5b2 |
UHC | 襪阪?絲 | 11011000110010101111100010100001001111111101111011101010 | d8caf8a13fdeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)