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 | 銖仙雀莠 | 1110011111110001100100001110010110010000100111011110010010111010 | e7f190e5909de4ba |
EUC-JP | 銖仙雀莠 | 1110111011110011110000001110011110111111111111011110100010111100 | eef3c0e7bffde8bc |
UTF-8 | 銖仙雀莠 | 111010011000101010010110111001001011101110011001111010011001101110000000111010001000111010100000 | e98a96e4bb99e99b80e88ea0 |
UHC | 銖仙雀? | 11100010110001111110000010111001111011011100110100111111 | e2c7e0b9edcd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)