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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | クサクサヌ | 101110001011101111110010101100001011100010111011110001111111001001011110 | b8bbf2b0b8bbc7f25e |
EUC-JP | クサ?クサヌ? | 100011101011100010001110101110110011111110001110101110001000111010111011100011101100011100111111 | 8eb88ebb3f8eb88ebb8ec73f |
UTF-8 | クサクサヌ | 111011111011110110111000111011111011110110111011111011101000011110100111111011111011110110111000111011111011110110111011111011111011111010000111111011101000011010010110 | efbdb8efbdbbee87a7efbdb8efbdbbefbe87ee8696 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)