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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?大Y?大bE | 001111111001000111100101010110010011111110010001111001010110001001000101 | 3f91e5593f91e56245 |
EUC-JP | 醬大Y醬大bE | 10001111111000101111001111000010111001110101100110001111111000101111001111000010111001110110001001000101 | 8fe2f3c2e7598fe2f3c2e76245 |
UTF-8 | 醬大Y醬大bE | 111010011000011010101100111001011010010010100111010110011110100110000110101011001110010110100100101001110110001001000101 | e986ace5a4a759e986ace5a4a76245 |
UHC | 醬大Y醬大bE | 1110110111111101110100111101111001011001111011011111110111010011110111100110001001000101 | edfdd3de59edfdd3de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)