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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猶??蟻 | 100101110101000000111111001111111000101101100001 | 97503f3f8b61 |
EUC-JP | 猶??蟻 | 110011011011000100111111001111111011010111000010 | cdb13f3fb5c2 |
UTF-8 | 猶롫뮀蟻 | 111001111000110010110110111010111010000110101011111010111010111010000000111010001001111110111011 | e78cb6eba1abebae80e89fbb |
UHC | 猶롫뮀蟻 | 1110101110100010100011101110101110010010100011111110101111111100 | eba28eeb928febfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)