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 | 悅η?受?? | 111110101011110110000011110001010011111110001110111100110011111100111111 | fabd83c53f8ef33f3f |
EUC-JP | ?η?受?? | 0011111110100110110001110011111110111100111101010011111100111111 | 3fa6c73fbcf53f3f |
UTF-8 | 悅η쓰受좈춾 | 1110011010000010100001011100111010110111111011001001001110110000111001011000111110010111111011001010001010001000111011001011011010111110 | e68285ceb7ec93b0e58f97eca288ecb6be |
UHC | 悅η쓰受좈춾 | 111001101110110110100101111001111011111010110010111000011111010010100000111010011010110110011010 | e6eda5e7beb2e1f4a0e9ad9a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)