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 | ??蛙? | 0011111100111111100010100101111000111111 | 3f3f8a5e3f |
EUC-JP | ??蛙? | 0011111100111111101100111011111100111111 | 3f3fb3bf3f |
UTF-8 | 렯롃蛙앓 | 111010111010000010101111111010111010000110000011111010001001101110011001111011001001010110010011 | eba0afeba183e89b99ec9593 |
UHC | 렯롃蛙앓 | 1000111010111100100011101100101011101000110000111011111011001110 | 8ebc8ecae8c3bece |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)