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 | 顫大廠貂 | 1110100011111010100100011110010110001111101100011110011010111000 | e8fa91e58fb1e6b8 |
EUC-JP | 顫大廠貂 | 1111000011111100110000101110011110111110101100111110110010111010 | f0fcc2e7beb3ecba |
UTF-8 | 顫大廠貂 | 111010011010000110101011111001011010010010100111111001011011101110100000111010001011001010000010 | e9a1abe5a4a7e5bba0e8b282 |
UHC | 顫大廠貂 | 1110111110110101110100111101111011110011110111111111010110110000 | efb5d3def3dff5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)