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 | 100010111111011000111111010110011000101111110110001111110110001001000101 | 8bf63f598bf63f6245 |
EUC-JP | 遇?Y遇?bE | 101101101111100000111111010110011011011011111000001111110110001001000101 | b6f83f59b6f83f6245 |
UTF-8 | 遇쐣Y遇쐣bE | 111010011000000110000111111011001001000010100011010110011110100110000001100001111110110010010000101000110110001001000101 | e98187ec90a359e98187ec90a36245 |
UHC | 遇쐣Y遇쐣bE | 1110100111100111100111001000100101011001111010011110011110011100100010010110001001000101 | e9e79c8959e9e79c896245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)