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 | 1110000010101110111000101101110101011001111000001010111011100010110111010110001001000101 | e0aee2dd59e0aee2dd6245 |
EUC-JP | 牋籖Y牋籖bE | 1110000010110000111001001101111101011001111000001011000011100100110111110110001001000101 | e0b0e4df59e0b0e4df6245 |
UTF-8 | 牋籖Y牋籖bE | 111001111000100110001011111001111011000110010110010110011110011110001001100010111110011110110001100101100110001001000101 | e7898be7b19659e7898be7b1966245 |
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)