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 | 邪礁ス屡竺 | 100011101101011110001111110010101011110110001110110001101000111010110001 | 8ed78fcabd8ec68eb1 |
EUC-JP | 邪礁ス屡竺 | 10111100110110011011111011001100100011101011110110111100110010001011110010110011 | bcd9becc8ebdbcc8bcb3 |
UTF-8 | 邪礁ス屡竺 | 111010011000001010101010111001111010010010000001111011111011110110111101111001011011000110100001111001111010101110111010 | e982aae7a481efbdbde5b1a1e7abba |
UHC | 邪礁??竺 | 1101111011110111111101011010011100111111001111111111010111100111 | def7f5a73f3ff5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)