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 | ºëÀëì³ | 1000111110111010111010111100000011101011111011001011001110001110 | 8fbaebc0ebecb38e |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ºëÀëì?? | 001111111000111110100010111010111000111110101011101100111000111110101010101000101000111110101011101100111000111110101011110000000011111100111111 | 3f8fa2eb8fabb38faaa28fabb38fabc03f3f |
UTF-8 | ºëÀëì³ | 11000010100011111100001010111010110000111010101111000011100000001100001110101011110000111010110011000010101100111100001010001110 | c28fc2bac3abc380c3abc3acc2b3c28e |
UHC | ?º????³? | 00111111101010001010110000111111001111110011111100111111101010011111100000111111 | 3fa8ac3f3f3f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)