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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 橈??娃??E | 100111101111010000111111001111111000100010100001001111110011111101000101 | 9ef43f3f88a13f3f45 |
EUC-JP | 橈??娃??E | 110111001111011000111111001111111011000010100011001111110011111101000101 | dcf63f3fb0a33f3f45 |
UTF-8 | 橈롳슴娃륅쉭E | 11100110101010011000100011101011101000011011001111101100100010101011010011100101101010001000001111101011101001011000010111101100100010011010110101000101 | e6a988eba1b3ec8ab4e5a883eba585ec89ad45 |
UHC | 橈롳슴娃륅쉭E | 11101000111110101000111011101111101111011011111111101000110111111000111111101111101111011010110101000101 | e8fa8eefbdbfe8df8fefbdad45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)