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 | 驩樒ーォ鮟ッ | 111010011000100110011110111001111011000010101011111010011011101110101111 | e9899ee7b0abe9bbaf |
EUC-JP | 驩樒ーォ鮟ッ | 111100011110100111011100111010011000111010110000100011101010101111110010101111011000111010101111 | f1e9dce98eb08eabf2bd8eaf |
UTF-8 | 驩樒ーォ鮟ッ | 111010011010100110101001111001101010100010010010111011111011110110110000111011111011110110101011111010011010111010011111111011111011110110101111 | e9a9a9e6a892efbdb0efbdabe9ae9fefbdaf |
UHC | 驩???鮟? | 1111110010111110001111110011111100111111111001001101010100111111 | fcbe3f3f3fe4d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)