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 | OW}YOW}bE | 1001011101001111010101110111110101011001100101110100111101010111011111010110001001000101 | 974f577d59974f577d6245 |
SJIS-WIN | ?OW}Y?OW}bE | 0011111101001111010101110111110101011001001111110100111101010111011111010110001001000101 | 3f4f577d593f4f577d6245 |
EUC-JP | ?OW}Y?OW}bE | 0011111101001111010101110111110101011001001111110100111101010111011111010110001001000101 | 3f4f577d593f4f577d6245 |
UTF-8 | OW}YOW}bE | 11000010100101110100111101010111011111010101100111000010100101110100111101010111011111010110001001000101 | c2974f577d59c2974f577d6245 |
UHC | ?OW}Y?OW}bE | 0011111101001111010101110111110101011001001111110100111101010111011111010110001001000101 | 3f4f577d593f4f577d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)