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 | 熬??蚣 | 111000001001001000111111001111111110010101101110 | e0923f3fe56e |
EUC-JP | 熬??蚣 | 110111111111001000111111001111111110100111001111 | dff23f3fe9cf |
UTF-8 | 熬겼춿蚣 | 111001111000011010101100111010101011001010111100111011001011011010111111111010001001101010100011 | e786aceab2bcecb6bfe89aa3 |
UHC | 熬겼춿蚣 | 1110100010100010101100001110010110101101100110111100110111110111 | e8a2b0e5ad9bcdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)