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 | 上ヤ篠 | 10001111111000111101010010001110110000101111000010110011 | 8fe3d48ec2f0b3 |
EUC-JP | 上ヤ篠? | 10111110111001011000111011010100101111001100010000111111 | bee58ed4bcc43f |
UTF-8 | 上ヤ篠 | 111001001011100010001010111011111011111010010100111001111010111110100000111011101000000110110010 | e4b88aefbe94e7afa0ee81b2 |
UHC | 上?篠? | 110111111011111000111111111000011100011000111111 | dfbe3fe1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)