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 | 1001000101101000111001001111101001011001100100010110100011100100111110100110001001000101 | 9168e4fa599168e4fa6245 |
EUC-JP | 蘇蕣Y蘇蕣bE | 1100000111001001111010001111110001011001110000011100100111101000111111000110001001000101 | c1c9e8fc59c1c9e8fc6245 |
UTF-8 | 蘇蕣Y蘇蕣bE | 111010001001100010000111111010001001010110100011010110011110100010011000100001111110100010010101101000110110001001000101 | e89887e895a359e89887e895a36245 |
UHC | 蘇蕣Y蘇蕣bE | 1110000111001100111000101111001001011001111000011100110011100010111100100110001001000101 | e1cce2f259e1cce2f26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)