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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??「??ぉ | 0011111100111111100000010111010100111111001111111000001010100111 | 3f3f81753f3f82a7 |
EUC-JP | ??「渶?ぉ | 00111111001111111010000111010110100011111100011111101101001111111010010010101001 | 3f3fa1d68fc7ed3fa4a9 |
UTF-8 | 琉됰「渶⑹ぉ | 111011111010011110001100111010111001000010110000111000111000000010001100111001101011100010110110111000101001000110111001111000111000000110001001 | efa78ceb90b0e3808ce6b8b6e291b9e38189 |
UHC | 琉됰「渶⑹ぉ | 111010111010010010001001111010111010000110111000111001111011011110101001111011001010101010101001 | eba489eba1b8e7b7a9ecaaa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)