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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 要??誼ユ? | 100101110111011000111111001111111000101101100010100000111000011000111111 | 97763f3f8b6283863f |
EUC-JP | 要??誼ユ? | 110011011101011100111111001111111011010111000011101001011110011000111111 | cdd73f3fb5c3a5e63f |
UTF-8 | 要쏅뗀誼ユ뀆 | 111010001010011010000001111011001000111110000101111010111001011110000000111010001010101010111100111000111000001110100110111010111000000010000110 | e8a681ec8f85eb9780e8aabce383a6eb8086 |
UHC | 要쏅뗀誼ユ뀆 | 111010011010100110011011111010111011011010111110111010111111111010101011111001101000010110000010 | e9a99bebb6beebfeabe68582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)