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 | ûPÜúª¨ | 111110110101000011011100111110101010101010101000 | fb50dcfaaaa8 |
SJIS-WIN | ?P???¨ | 00111111010100000011111100111111001111111000000101001110 | 3f503f3f3f814e |
EUC-JP | ûPÜúª¨ | 100011111010101111100101010100001000111110101010111001001000111110101011111000101000111110100010111011001010000110101111 | 8fabe5508faae48fabe28fa2eca1af |
UTF-8 | ûPÜúª¨ | 1100001110111011010100001100001110011100110000111011101011000010101010101100001010101000 | c3bb50c39cc3bac2aac2a8 |
UHC | ?P??ª¨ | 0011111101010000001111110011111110101000101000111010000110100111 | 3f503f3fa8a3a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)