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 | ?る?宥?┠ | 001111111000001011101001001111111001011101000111001111111000010010110101 | 3f82e93f97473f84b5 |
EUC-JP | ?る?宥?┠ | 001111111010010011101011001111111100110110101000001111111010100010110111 | 3fa4eb3fcda83fa8b7 |
UTF-8 | 閭るㅋ宥꾬┠ | 111011111010011010000110111000111000001010001011111000111000010110001011111001011010111010100101111010101011111010101100111000101001010010100000 | efa686e3828be3858be5aea5eabeace294a0 |
UHC | 閭るㅋ宥꾬┠ | 111001101010110110101010111010111010010010111011111010101110100110000100111011111010011010110111 | e6adaaeba4bbeae984efa6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)