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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 筌≪?肄?\ | 111000101010001110000001111000010011111111100011111001010011111101011100 | e2a381e13fe3e53f5c |
EUC-JP | 筌≪?肄?\ | 111001001010010110100010111000110011111111100110111001110011111101011100 | e4a5a2e33fe6e73f5c |
UTF-8 | 筌≪럩肄촩\ | 11100111101011011000110011100010100010011010101011101011100111111010100111101000100000101000010011101100101101001010100101011100 | e7ad8ce289aaeb9fa9e88284ecb4a95c |
UHC | 筌≪럩肄촩\ | 1110111110100111101000011110110010001110100011001110110010111101101011000110011101011100 | efa7a1ec8e8cecbdac675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)