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 | ????YCA | 00111111001111110011111100111111010110010100001101000001 | 3f3f3f3f594341 |
SJIS-WIN | ???}YCA | 0011111100111111001111111000000101110000010110010100001101000001 | 3f3f3f8170594341 |
EUC-JP | ???}YCA | 0011111100111111001111111010000111010001010110010100001101000001 | 3f3f3fa1d1594341 |
UTF-8 | 룵₃룵}YCA | 111010111010001110110101111000101000001010000011111010111010001110110101111011111011110110011101010110010100001101000001 | eba3b5e28283eba3b5efbd9d594341 |
UHC | 룵₃룵}YCA | 1000111110101010101010011111110110001111101010101010001111111101010110010100001101000001 | 8faaa9fd8faaa3fd594341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)