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 | 1110011110010011100101000111110101011001111001111001001110010100011111010110001001000101 | e793947d59e793947d6245 |
EUC-JP | 逑媒Y逑媒bE | 1110110111110011110001111101111001011001111011011111001111000111110111100110001001000101 | edf3c7de59edf3c7de6245 |
UTF-8 | 逑媒Y逑媒bE | 111010011000000010010001111001011010101010010010010110011110100110000000100100011110010110101010100100100110001001000101 | e98091e5aa9259e98091e5aa926245 |
UHC | 逑媒Y逑媒bE | 1100111111000111110110001101101001011001110011111100011111011000110110100110001001000101 | cfc7d8da59cfc7d8da6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)