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 | 1110100110111111010100000111110101011001111010011011111101010000011111010110001001000101 | e9bf507d59e9bf507d6245 |
EUC-JP | 鯀P}Y鯀P}bE | 1111001011000001010100000111110101011001111100101100000101010000011111010110001001000101 | f2c1507d59f2c1507d6245 |
UTF-8 | 鯀P}Y鯀P}bE | 11101001101011111000000001010000011111010101100111101001101011111000000001010000011111010110001001000101 | e9af80507d59e9af80507d6245 |
UHC | ?P}Y?P}bE | 001111110101000001111101010110010011111101010000011111010110001001000101 | 3f507d593f507d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)