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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?⑨?饒? | 00111111100001110100100000111111111010010110000000111111 | 3f87483fe9603f |
EUC-JP | ???饒? | 001111110011111100111111111100011100000100111111 | 3f3f3ff1c13f |
UTF-8 | 緣⑨풎饒뱃 | 111001111011011110100011111000101001000110101000111011011001001010001110111010011010010110010010111010111011000110000011 | e7b7a3e291a8ed928ee9a592ebb183 |
UHC | 緣⑨풎饒뱃 | 11100110110111101010100011101111101111101001001011101001101011101011100111101110 | e6dea8efbe92e9aeb9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)