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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 兆?漬ⅲ | 10010010100110110011111110010010110100001111101001000010 | 929b3f92d0fa42 |
EUC-JP | 兆?漬? | 110000111111101100111111110001001101001000111111 | c3fb3fc4d23f |
UTF-8 | 兆렊漬ⅲ | 111001011000010110000110111010111010000010001010111001101011110010101100111000101000010110110010 | e58586eba08ae6bcace285b2 |
UHC | 兆렊漬ⅲ | 1111000010111100100011101010000111110010101100001010010110100011 | f0bc8ea1f2b0a5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)