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 | åè麻 | 111001011000000010010110111010001000000010010101111010011011101010111011 | e58096e88095e9babb |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | å??è??éº? | 1000111110101011101010010011111100111111100011111010101110110010001111110011111110001111101010111011000110001111101000101110101100111111 | 8faba93f3f8fabb23f3f8fabb18fa2eb3f |
UTF-8 | åè麻 | 110000111010010111000010100000001100001010010110110000111010100011000010100000001100001010010101110000111010100111000010101110101100001010111011 | c3a5c280c296c3a8c280c295c3a9c2bac2bb |
UHC | ???????º? | 00111111001111110011111100111111001111110011111100111111101010001010110000111111 | 3f3f3f3f3f3f3fa8ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)