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 | 嘲驀?? | 100110100111110111101001011111010011111100111111 | 9a7de97d3f3f |
EUC-JP | 嘲驀?? | 110100111101111011110001110111100011111100111111 | d3def1de3f3f |
UTF-8 | 嘲驀깥롊 | 111001011001100010110010111010011010100110000000111010101011100110100101111010111010000110001010 | e598b2e9a980eab9a5eba18a |
UHC | 嘲驀깥롊 | 1111000010111111110110001110100110110001111110011000111011010000 | f0bfd8e9b1f98ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)