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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 蜈??饒?\ | 1110010110000101001111110011111111101001011000000011111101011100 | e5853f3fe9603f5c |
EUC-JP | 蜈??饒?\ | 1110100111100101001111110011111111110001110000010011111101011100 | e9e53f3ff1c13f5c |
UTF-8 | 蜈욅쥢饒럋\ | 11101000100111001000100011101100100110101000010111101100101001011010001011101001101001011001001011101011100111111000101101011100 | e89c88ec9a85eca5a2e9a592eb9f8b5c |
UHC | 蜈욅쥢饒럋\ | 1110100010100101100111101110011110100010100101011110100110101110100011100110100001011100 | e8a59ee7a295e9ae8e685c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)