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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 癲γ?二? | 1110000110011111100000111100000100111111100100111111000100111111 | e19f83c13f93f13f |
EUC-JP | 癲γ?二? | 1110001010100001101001101100001100111111110001101111001100111111 | e2a1a6c33fc6f33f |
UTF-8 | 癲γ룤二닸 | 1110011110011001101100101100111010110011111010111010001110100100111001001011101010001100111010111000101110111000 | e799b2ceb3eba3a4e4ba8ceb8bb8 |
UHC | 癲γ룤二닸 | 11101111101001101010010111100011100011111001110111101100101000111011010011100110 | efa6a5e38f9deca3b4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)