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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顋倶シ∫ | 11101000111110011000101111100100101111001000000111100111 | e8f98be4bc81e7 |
EUC-JP | 顋倶シ∫ | 1111000011111011101101101110011010001110101111001010001011101001 | f0fbb6e68ebca2e9 |
UTF-8 | 顋倶シ∫ | 111010011010000110001011111001011000000010110110111011111011110110111100111000101000100010101011 | e9a18be580b6efbdbce288ab |
UHC | ???∫ | 0011111100111111001111111010000111110010 | 3f3f3fa1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)