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 | ??地曝お? | 001111110011111110010010011011101001010010011000100000101010100000111111 | 3f3f926e949882a83f |
EUC-JP | ??地曝お? | 001111110011111111000011110011111100011111111000101001001010101000111111 | 3f3fc3cfc7f8a4aa3f |
UTF-8 | 룶끝地曝お룫 | 111010111010001110110110111010111000000110011101111001011001110010110000111001101001101110011101111000111000000110001010111010111010001110101011 | eba3b6eb819de59cb0e69b9de3818aeba3ab |
UHC | 룶끝地曝お룫 | 100011111010101110110011101000011111001010100010111110001110110110101010101010101000111110100010 | 8fabb3a1f2a2f8edaaaa8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)