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 | 1001001011010101111010010110000001011001100100101101010111101001011000000110001001000101 | 92d5e9605992d5e9606245 |
EUC-JP | 鍔饒Y鍔饒bE | 1100010011010111111100011100000101011001110001001101011111110001110000010110001001000101 | c4d7f1c159c4d7f1c16245 |
UTF-8 | 鍔饒Y鍔饒bE | 111010011000110110010100111010011010010110010010010110011110100110001101100101001110100110100101100100100110001001000101 | e98d94e9a59259e98d94e9a5926245 |
UHC | 鍔饒Y鍔饒bE | 1110010011001000111010011010111001011001111001001100100011101001101011100110001001000101 | e4c8e9ae59e4c8e9ae6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)