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 | ???U | 00111111001111110011111101010101 | 3f3f3f55 |
SJIS-WIN | 蕭縁襲U | 11100101010010101000100110001111100011110101000001010101 | e54a898f8f5055 |
EUC-JP | 蕭縁襲U | 11101001101010111011000111101111101111011011000101010101 | e9abb1efbdb155 |
UTF-8 | 蕭縁襲U | 11101000100101011010110111100111101110001000000111101000101001011011001001010101 | e895ade7b881e8a5b255 |
UHC | 蕭?襲U | 111000011100101100111111111000111010100101010101 | e1cb3fe3a955 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)