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¡ÛÍ× | 111110110101000010100001110110111100110111010111 | fb50a1dbcdd7 |
SJIS-WIN | ?P???× | 00111111010100000011111100111111001111111000000101111110 | 3f503f3f3f817e |
EUC-JP | ûP¡ÛÍ× | 100011111010101111100101010100001000111110100010110000101000111110101010111001011000111110101010101111111010000111011111 | 8fabe5508fa2c28faae58faabfa1df |
UTF-8 | ûP¡ÛÍ× | 1100001110111011010100001100001010100001110000111001101111000011100011011100001110010111 | c3bb50c2a1c39bc38dc397 |
UHC | ?P¡??× | 0011111101010000101000101010111000111111001111111010000110111111 | 3f50a2ae3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)