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 | 蜊逸蕎 | 111001011000110110001000111011011000101110111100 | e58d88ed8bbc |
EUC-JP | 蜊逸蕎 | 111010011110110110110000111011111011011010111110 | e9edb0efb6be |
UTF-8 | 蜊逸蕎 | 111010001001110010001010111010011000000010111000111010001001010110001110 | e89c8ae980b8e8958e |
UHC | ?逸蕎 | 0011111111101100111011111100111011110000 | 3fecefcef0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)