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 | 1001001001010000100100100100010101011001100100100101000010010010010001010110001001000101 | 9250924559925092456245 |
EUC-JP | 単脱Y単脱bE | 1100001110110001110000111010011001011001110000111011000111000011101001100110001001000101 | c3b1c3a659c3b1c3a66245 |
UTF-8 | 単脱Y単脱bE | 111001011000110110011000111010001000010010110001010110011110010110001101100110001110100010000100101100010110001001000101 | e58d98e884b159e58d98e884b16245 |
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)