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 | ???狎?ズ | 0011111100111111001111111110000010111110001111111000001101011001 | 3f3f3fe0be3f8359 |
EUC-JP | ???狎?ズ | 0011111100111111001111111110000011000000001111111010010110111010 | 3f3f3fe0c03fa5ba |
UTF-8 | 若ㅷ댚狎숂ズ | 111011111010010110110100111000111000010110110111111010111000110010011010111001111000101110001110111011001000100010000010111000111000001010111010 | efa5b4e385b7eb8c9ae78b8eec8882e382ba |
UHC | 若ㅷ댚狎숂ズ | 111001011010111010100100111001111000100010111110111001001110010010011001111001111010101110111010 | e5aea4e788bee4e499e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)