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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 篦脉Y篦脉bE | 1110001011000010111000111111010101011001111000101100001011100011111101010110001001000101 | e2c2e3f559e2c2e3f56245 |
EUC-JP | 篦脉Y篦脉bE | 1110010011000100111001101111011101011001111001001100010011100110111101110110001001000101 | e4c4e6f759e4c4e6f76245 |
UTF-8 | 篦脉Y篦脉bE | 111001111010111110100110111010001000010010001001010110011110011110101111101001101110100010000100100010010110001001000101 | e7afa6e8848959e7afa6e884896245 |
UHC | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)