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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ∵??? | 1000000111100110001111110011111100111111 | 81e63f3f3f |
EUC-JP | ∵??鋌 | 10100010111010000011111100111111100011111110010010111011 | a2e83f3f8fe4bb |
UTF-8 | ∵룶깹鋌 | 111000101000100010110101111010111010001110110110111010101011100110111001111010011000101110001100 | e288b5eba3b6eab9b9e98b8c |
UHC | ∵룶깹鋌 | 1010000111110001100011111010101110110010101000011110111111111011 | a1f18fabb2a1effb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)