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 | ????航 | 001111110011111100111111001111111000110101110001 | 3f3f3f3f8d71 |
EUC-JP | ???饔航 | 0011111100111111001111111000111111101000111011111011100111010010 | 3f3f3f8fe8efb9d2 |
UTF-8 | 잭뤂퓽饔航 | 111011001001111010101101111010111010010010000010111011011001001110111101111010011010010110010100111010001000100010101010 | ec9eadeba482ed93bde9a594e888aa |
UHC | 잭뤂퓽饔航 | 11000000111010001000111110110011110001111100000011101000101111011111100111111110 | c0e88fb3c7c0e8bdf9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)