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 | 111000001010110100111111010110011110000010101101001111110110001001000101 | e0ad3f59e0ad3f6245 |
EUC-JP | 牆?Y牆?bE | 111000001010111100111111010110011110000010101111001111110110001001000101 | e0af3f59e0af3f6245 |
UTF-8 | 牆쁩Y牆쁩bE | 111001111000100110000110111011001000000110101001010110011110011110001001100001101110110010000001101010010110001001000101 | e78986ec81a959e78986ec81a96245 |
UHC | 牆쁩Y牆쁩bE | 1110110111101101101110111101111001011001111011011110110110111011110111100110001001000101 | ededbbde59ededbbde6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)