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 | ワエハ鋻 | 1101110010110100110010101111101111011001 | dcb4cafbd9 |
EUC-JP | ワエハ鋻 | 100011101101110010001110101101001000111011001010100011111110010011010001 | 8edc8eb48eca8fe4d1 |
UTF-8 | ワエハ鋻 | 111011111011111010011100111011111011110110110100111011111011111010001010111010011000101110111011 | efbe9cefbdb4efbe8ae98bbb |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)