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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銓溘j豬キ隰 | 1110011111110010100111111110001110000010100010101110011010110101101101111110100010101100 | e7f29fe3828ae6b5b7e8ac |
EUC-JP | 銓溘j豬キ隰 | 111011101111010011011110111001011010001111101010111011001011011110001110101101111111000010101110 | eef4dee5a3eaecb78eb7f0ae |
UTF-8 | 銓溘j豬キ隰 | 111010011000101010010011111001101011101010011000111011111011110110001010111010001011000110101100111011111011110110110111111010011001101010110000 | e98a93e6ba98efbd8ae8b1acefbdb7e99ab0 |
UHC | 銓?j??? | 1110111110110000001111111010001111101010001111110011111100111111 | efb03fa3ea3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)