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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 湲??爰?B | 1001111111010001001111110011111111100000101001110011111101000010 | 9fd13f3fe0a73f42 |
EUC-JP | 湲??爰?B | 1101111011010011001111110011111111100000101010010011111101000010 | ded33f3fe0a93f42 |
UTF-8 | 湲됭뾹爰똭B | 11100110101110011011001011101011100100001010110111101011101111101011100111100111100010001011000011101011100110001010110101000010 | e6b9b2eb90adebbeb9e788b0eb98ad42 |
UHC | 湲됭뾹爰똭B | 1110101010111000100010011110100010010111100000011110101010111010100011000110111001000010 | eab889e89781eaba8c6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)