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 | 倚頃?? | 100110001101111110001101101000000011111100111111 | 98df8da03f3f |
EUC-JP | 倚頃?? | 110100001110000110111010101000100011111100111111 | d0e1baa23f3f |
UTF-8 | 倚頃렰명 | 111001011000000010011010111010011010000010000011111010111010000010110000111010111010101010000101 | e5809ae9a083eba0b0ebaa85 |
UHC | 倚頃렰명 | 1110101111101111110011001111000110001110101111011011100011101101 | ebefccf18ebdb8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)