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 | ?地曝ビ?? | 001111111001001001101110100101001001100010000011011100100011111100111111 | 3f926e949883723f3f |
EUC-JP | ?地曝ビ?? | 001111111100001111001111110001111111100010100101110100110011111100111111 | 3fc3cfc7f8a5d33f3f |
UTF-8 | 룶地曝ビ룵줵 | 111010111010001110110110111001011001110010110000111001101001101110011101111000111000001110010011111010111010001110110101111011001010010010110101 | eba3b6e59cb0e69b9de38393eba3b5eca4b5 |
UHC | 룶地曝ビ룵줵 | 100011111010101111110010101000101111100011101101101010111101001110001111101010101010001001101000 | 8fabf2a2f8edabd38faaa268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)