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 | OP}YOP}bE | 1001011101001111010100000111110101011001100101110100111101010000011111010110001001000101 | 974f507d59974f507d6245 |
SJIS-WIN | ?OP}Y?OP}bE | 0011111101001111010100000111110101011001001111110100111101010000011111010110001001000101 | 3f4f507d593f4f507d6245 |
EUC-JP | ?OP}Y?OP}bE | 0011111101001111010100000111110101011001001111110100111101010000011111010110001001000101 | 3f4f507d593f4f507d6245 |
UTF-8 | OP}YOP}bE | 11000010100101110100111101010000011111010101100111000010100101110100111101010000011111010110001001000101 | c2974f507d59c2974f507d6245 |
UHC | ?OP}Y?OP}bE | 0011111101001111010100000111110101011001001111110100111101010000011111010110001001000101 | 3f4f507d593f4f507d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)