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 | ?地曝ヂ◆ | 001111111001001001101110100101001001100010000011011000011000000110011111 | 3f926e94988361819f |
EUC-JP | ?地曝ヂ◆ | 001111111100001111001111110001111111100010100101110000101010001010100001 | 3fc3cfc7f8a5c2a2a1 |
UTF-8 | 룶地曝ヂ◆ | 111010111010001110110110111001011001110010110000111001101001101110011101111000111000001110000010111000101001011110000110 | eba3b6e59cb0e69b9de38382e29786 |
UHC | 룶地曝ヂ◆ | 10001111101010111111001010100010111110001110110110101011110000101010000111011111 | 8fabf2a2f8edabc2a1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)