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 | 譖罹狭ナ雁誓 | 1110011010011011100111001110101110001011101101111100010110001010111001011001000010111110 | e69b9ceb8bb7c58ae590be |
EUC-JP | 譖罹狭ナ雁誓 | 111010111111101111011000111011011011011010111001100011101100010110110100111001111100000011000000 | ebfbd8edb6b98ec5b4e7c0c0 |
UTF-8 | 譖罹狭ナ雁誓 | 111010001010110110010110111001111011110110111001111001111000101110101101111011111011111010000101111010011001101110000001111010001010101010010011 | e8ad96e7bdb9e78badefbe85e99b81e8aa93 |
UHC | ?罹??雁誓 | 001111111101011111100111001111110011111111100100110100101110000010100101 | 3fd7e73f3fe4d2e0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)