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 | è¾û¦ | 111010001001111110111110111110111001110110100110 | e89fbefb9da6 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è??û?¦ | 100011111010101110110010001111110011111110001111101010111110010100111111100011111010001011000011 | 8fabb23f3f8fabe53f8fa2c3 |
UTF-8 | è¾û¦ | 110000111010100011000010100111111100001010111110110000111011101111000010100111011100001010100110 | c3a8c29fc2bec3bbc29dc2a6 |
UHC | ??¾??? | 00111111001111111010100011111010001111110011111100111111 | 3f3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)