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 | 證頃?? | 111001101001101010001101101000000011111100111111 | e69a8da03f3f |
EUC-JP | 證頃?? | 111010111111101010111010101000100011111100111111 | ebfabaa23f3f |
UTF-8 | 證頃렯렔 | 111010001010110110001001111010011010000010000011111010111010000010101111111010111010000010010100 | e8ad89e9a083eba0afeba094 |
UHC | 證頃렯렔 | 1111000111111011110011001111000110001110101111001000111010101001 | f1fbccf18ebc8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)