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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螻狩政 | 111001011011000110001110111010111001000010101101 | e5b18eeb90ad |
EUC-JP | 螻狩政 | 111010101011001110111100111011011100000010101111 | eab3bcedc0af |
UTF-8 | 螻狩政 | 111010001001111010111011111001111000101110101001111001101001010010111111 | e89ebbe78ba9e694bf |
UHC | ?狩政 | 0011111111100010101011011110111111011001 | 3fe2adefd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)