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 | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
SJIS-WIN | 舳犂I}舳犂I{^ | 11100100011101111110000010110010010010010111110111100100011101111110000010110010010010010111101101011110 | e477e0b2497de477e0b2497b5e |
EUC-JP | 舳犂I}舳犂I{^ | 11100111110110001110000010110100010010010111110111100111110110001110000010110100010010010111101101011110 | e7d8e0b4497de7d8e0b4497b5e |
UTF-8 | 舳犂I}舳犂I{^ | 1110100010001000101100111110011110001010100000100100100101111101111010001000100010110011111001111000101010000010010010010111101101011110 | e888b3e78a82497de888b3e78a82497b5e |
UHC | ??I}??I{^ | 001111110011111101001001011111010011111100111111010010010111101101011110 | 3f3f497d3f3f497b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)