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 | ?P}Y?P}bE | 001111110101000001111101010110010011111101010000011111010110001001000101 | 3f507d593f507d6245 |
SJIS-WIN | 鴉P}Y鴉P}bE | 1110100111101011010100000111110101011001111010011110101101010000011111010110001001000101 | e9eb507d59e9eb507d6245 |
EUC-JP | 鴉P}Y鴉P}bE | 1111001011101101010100000111110101011001111100101110110101010000011111010110001001000101 | f2ed507d59f2ed507d6245 |
UTF-8 | 鴉P}Y鴉P}bE | 11101001101101001000100101010000011111010101100111101001101101001000100101010000011111010110001001000101 | e9b489507d59e9b489507d6245 |
UHC | 鴉P}Y鴉P}bE | 1110010010111100010100000111110101011001111001001011110001010000011111010110001001000101 | e4bc507d59e4bc507d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)