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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | ??脚??] | 00111111001111111000101101110010001111110011111101011101 | 3f3f8b723f3f5d |
EUC-JP | ??脚??] | 00111111001111111011010111010011001111110011111101011101 | 3f3fb5d33f3f5d |
UTF-8 | 렻┙脚┙렟] | 11101011101000001011101111100010100101001001100111101000100001001001101011100010100101001001100111101011101000001001111101011101 | eba0bbe29499e8849ae29499eba09f5d |
UHC | 렻┙脚┙렟] | 1000111011000011101001101100010011001010110001011010011011000100100011101011000001011101 | 8ec3a6c4cac5a6c48eb05d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)