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 | ??い? | 0011111100111111100000101010001000111111 | 3f3f82a23f |
EUC-JP | ??い? | 0011111100111111101001001010010000111111 | 3f3fa4a43f |
UTF-8 | 筽뚩い隸 | 111001111010110110111101111010111001101010101001111000111000000110000100111011111010011010111000 | e7adbdeb9aa9e38184efa6b8 |
UHC | 筽뚩い隸 | 1110100010100100100011001110100010101010101001001110011111100110 | e8a48ce8aaa4e7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)