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 | O}YO}bE | 100101110100111101111101010110011001011101001111011111010110001001000101 | 974f7d59974f7d6245 |
SJIS-WIN | ?O}Y?O}bE | 001111110100111101111101010110010011111101001111011111010110001001000101 | 3f4f7d593f4f7d6245 |
EUC-JP | ?O}Y?O}bE | 001111110100111101111101010110010011111101001111011111010110001001000101 | 3f4f7d593f4f7d6245 |
UTF-8 | O}YO}bE | 1100001010010111010011110111110101011001110000101001011101001111011111010110001001000101 | c2974f7d59c2974f7d6245 |
UHC | ?O}Y?O}bE | 001111110100111101111101010110010011111101001111011111010110001001000101 | 3f4f7d593f4f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)