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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 踈ス轗踈ス轆^ | 1110011011110001101111011110011101111101111001101111000110111101111001110111101101011110 | e6f1bde77de6f1bde77b5e |
EUC-JP | 踈ス轗踈ス轆^ | 11101100111100111000111010111101111011011101111011101100111100111000111010111101111011011101110001011110 | ecf38ebdeddeecf38ebdeddc5e |
UTF-8 | 踈ス轗踈ス轆^ | 11101000101110001000100011101111101111011011110111101000101111011001011111101000101110001000100011101111101111011011110111101000101111011000011001011110 | e8b888efbdbde8bd97e8b888efbdbde8bd865e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)