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 | 釶ス驕ゃ隲 | 1110011111011111101111011110100110000001100000101110000111110010101000111110100010101011 | e7dfbde98182e1f2a3e8ab |
EUC-JP | 釶ス驕ゃ?隲 | 1110111011100001100011101011110111110001111000011010010011100011001111111111000010101101 | eee18ebdf1e1a4e33ff0ad |
UTF-8 | 釶ス驕ゃ隲 | 111010011000011110110110111011111011110110111101111010011010100110010101111000111000001010000011111011101000011110011010111010011001101010110010 | e987b6efbdbde9a995e38283ee879ae99ab2 |
UHC | ??驕ゃ?? | 0011111100111111110011101111011010101010111000110011111100111111 | 3f3fcef6aae33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)