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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 循???^ | 100011110111101000111111001111110011111101011110 | 8f7a3f3f3f5e |
EUC-JP | 循???^ | 101111011101101100111111001111110011111101011110 | bddb3f3f3f5e |
UTF-8 | 循쟉렯렯^ | 11100101101111101010101011101100100111111000100111101011101000001010111111101011101000001010111101011110 | e5beaaec9f89eba0afeba0af5e |
UHC | 循쟉렯렯^ | 111000101110000011000000111100011000111010111100100011101011110001011110 | e2e0c0f18ebc8ebc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)