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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 荵御音E | 11100100101110011000110011100100100010011011100101000101 | e4b98ce489b945 |
EUC-JP | 荵御音E | 11101000101110111011100011100110101100101011101101000101 | e8bbb8e6b2bb45 |
UTF-8 | 荵御音E | 11101000100011011011010111100101101111101010000111101001100111111011001101000101 | e88db5e5bea1e99fb345 |
UHC | ?御音E | 001111111110010111011001111010111110010101000101 | 3fe5d9ebe545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)